JSFiddle - React, Tailwind, and code Playground
by ysuper
HTML
<textarea></textarea>
CSS
textarea {
overflow-x: scroll;
overflow-y: scroll;
height: auto;
/* resize: none; */
}
by ysuper
<textarea></textarea>
textarea {
overflow-x: scroll;
overflow-y: scroll;
height: auto;
/* resize: none; */
}