The form wizard paragraph question type does not support use of an html wysiwyg editor at this point, it expects text rather than html.
I will log a request in our project traker and consider adding support for that.
As far as resizing it, you can do that from cSS like this:
.qparagraph textarea{ width: 700px; height:500px; }
Hope that helps,
Joe