JSFiddle - React, Tailwind, and code Playground

HTML

<div id="editable" contentEditable="true"></div>

CSS

#editable{
    border: 1px solid red;
    height: 50px;
    width: 500px;
}