JSFiddle - React, Tailwind, and code Playground
HTML
<textarea id="txtInput" rows="3" cols="20" style="overflow:auto"></textarea>
CSS
textarea {
height: 4em;
}
<textarea id="txtInput" rows="3" cols="20" style="overflow:auto"></textarea>
textarea {
height: 4em;
}