JSFiddle - React, Tailwind, and code Playground

HTML

<div contenteditable class=input></div>

CSS

.input {
  border: 1px solid red;
}