JSFiddle - React, Tailwind, and code Playground
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
}