JSFiddle - React, Tailwind, and code Playground
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;
}
<div id="editable" contenteditable="true"></div>
#editable{
width:300px;
height:150px;
outline:gray 1px solid;
background-color:white;
overflow-y:scroll;
overflow-x:hidden;
}