Sorry, I still do not understand the question. The tabstrip is a control, that you can put in a module, that exists on a page.
Page -> Module -> TabStrip -> Tabs
You seem to want
Page -> TabStrip -> Tabs -> Module
If that is the case, then I don't know how you would do this in DNN in a straightforward manner.
It seems like you could do this though
Page -> Module -> Tabstrip -> Tabs -> HTML editor control (not module)