change height
to min-height
and remove overflow
and use word-wrap: break-word
:
<div style="width:100px; border:1px Solid Black; min-height:200px;word-wrap: break-word; "><p>text here...</p></div>
but remember if user does not type any space, no browser will break it to multiple lines!