JSFiddle - React, Tailwind, and code Playground
HTML
<textarea></textarea>
CSS
textarea {
overflow-y: scroll;
height: 100px;
resize: none;
}
<textarea></textarea>
textarea {
overflow-y: scroll;
height: 100px;
resize: none;
}