JSFiddle - React, Tailwind, and code Playground

by BramVanroy

HTML

<div contenteditable>Edit me.</div>

CSS

div {
    min-height: 1.4em;
    padding: 0.2em;
    width: 200px;
    border: 1px solid #ccc;
    line-height: 1.4;
    display: inline-block;
    overflow-x: auto;
    white-space: nowrap;
}