JSFiddle - React, Tailwind, and code Playground
HTML
<textarea rows=4 cols=40>
1
2
3
4
this line is visible only in FF
</textarea>
CSS
textarea {
height: 5em;
}
<textarea rows=4 cols=40>
1
2
3
4
this line is visible only in FF
</textarea>
textarea {
height: 5em;
}