JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

div {
    display:inline-block;
    border: solid 1px #000;
    min-height:10px;
    width: 300px;
    max-height: 60px;
    overflow: scroll;
}