Try something along these lines:
text1 = "This is some text. ";
text2 = "And this is some more text. ";
text3 = "And this is a bunch more text that it longer than the other text because I want it to be longer.";
TextCell[text1 <> text2 <> text3, "Text"]