JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

div {
    display:inline-block;
    border: solid 1px #000;
    min-height: 200px;
    width: 300px;
}