JSFiddle - React, Tailwind, and code Playground

by stevea

HTML

<div class="cellContent" contenteditable="TRUE"> </div>

CSS

div.cellContent {
    width:250px;
    height:50px;
    overflow-y: scroll;
    border:1px solid black;
    background-color:beige;
}