JSFiddle - React, Tailwind, and code Playground
HTML
<textarea name="textarea">Write something here..</textarea>
CSS
textarea {
width: 300px;
height: 200px;
max-width: 500px;
max-height: 400px;
resize: vertical;
}
<textarea name="textarea">Write something here..</textarea>
textarea {
width: 300px;
height: 200px;
max-width: 500px;
max-height: 400px;
resize: vertical;
}