JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

div {
    height:200px; 
    width:200px;
    background-color: green;
}