JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<textarea placeholder="asdfsa" contenteditable>
   
</textarea>

CSS

textarea {
  resize: none;
    overflow: auto;
    appearance:none;
    height:
}