JSFiddle - React, Tailwind, and code Playground

by Christian Gambardella

HTML

<div class="textfield" contenteditable="true"></div>

CSS

.textfield {
    width: 200px;
    height: 100px;
    border: 1px solid grey;
}