JSFiddle - React, Tailwind, and code Playground
by caio
HTML
<textarea></textarea>
CSS
textarea {
height: 100px;
max-height: 200px;
min-height: 75px;
resize: vertical;
}
by caio
<textarea></textarea>
textarea {
height: 100px;
max-height: 200px;
min-height: 75px;
resize: vertical;
}