css textarea height auto resize code example
Example 1: textarea scale to content
<textarea rows="10" style="font-size: 2vw; width:100%;"></textarea>
Example 2: scale textarea
<textarea rows="10" style="font-size:2vw; width:100%;"></textarea>
<textarea rows="10" style="font-size: 2vw; width:100%;"></textarea>
<textarea rows="10" style="font-size:2vw; width:100%;"></textarea>