textarea grow with content code example
Example 1: textarea scale to content
<textarea rows="10" style="font-size: 2vw; width:100%;"></textarea>
Example 2: textarea self expandable height
<span class="input" role="textbox" contenteditable>99</span>