JSFiddle - React, Tailwind, and code Playground
by Dan Wolfe
HTML
<div id="div-1" contentEditable=true><p>Try typing here and then in the boxes below...</p></div>
<div id="div-2" contentEditable=true>Go through the text with the arrow keys and try to type some more. Letters will overtype or appear in the wrong place. </div>
<div id="div-3" contentEditable=true><p></p></div>
<div id="div-4" contentEditable=true></div>
CSS
div { border: 1px solid; margin-bottom: 10px;}
div:first-letter {font-weight: bold;}