JSFiddle - React, Tailwind, and code Playground

by Arvind Pal

HTML

<div contenteditable>
    ST<span style="color: red">A</span>CK OVERFLOW
</div>

CSS

[contenteditable] {
    border: 1px solid gray;
    height:200px
}