JSFiddle - React, Tailwind, and code Playground
by josekerekes
HTML
<textarea placeholder="asdfsa" contenteditable>
</textarea>
CSS
textarea {
resize: none;
overflow: auto;
appearance:none;
height:
}
by josekerekes
<textarea placeholder="asdfsa" contenteditable>
</textarea>
textarea {
resize: none;
overflow: auto;
appearance:none;
height:
}