JSFiddle - React, Tailwind, and code Playground

by Ayyappan Sakthivadivel

HTML

<p>
I want to disable scroll on the right bottom stripes in the textarea
</p>
<textarea rows="10" cols="45" placeholder="Animatie:" name="description" ></textarea>

CSS

textarea {
    resize: none;
    overflow:hidden
}