JSFiddle - React, Tailwind, and code Playground

by teleclimber

HTML

<p contenteditable="true">
    Is this a schedu<span class="a">ling</span>?
</p>

CSS

span.a {
display: block;
border: 5px solid green;
position: absolute;
top: 0px;
}