When rendering text in most HTML elements, browsers collapse multiple whitespace characters (spaces, tabs, newlines) into a single space by default. To preserve line breaks and display multi-line text, wrap the content in a <pre></pre>
tag.
<pre><textarea name="Reply" id="replyTextarea"> </textarea></pre>