JSFiddle - React, Tailwind, and code Playground

by ysuper

HTML

<textarea></textarea>

CSS

textarea {
    overflow-x: scroll;
    overflow-y: scroll;
    height: auto;
    /* resize: none; */
}