JSFiddle - React, Tailwind, and code Playground

HTML

<textarea></textarea>

CSS

textarea {
    overflow-y: scroll;
    height: 100px;
    resize: none;
}