JSFiddle - React, Tailwind, and code Playground
HTML
<div contenteditable>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas.</div>
CSS
div{
font-family: Arial;
font-size: 18px;
min-height: 40px;
width:300px;
border:1px solid red;
overflow:auto;
white-space: nowrap;
}