JSFiddle - React, Tailwind, and code Playground

by Mi_Creativity

HTML

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

CSS

#editable{
  width:300px;
  height:150px;
  outline:gray 1px solid;
  background-color:white;
  overflow-y:scroll;
  overflow-x:hidden;
}