JSFiddle - React, Tailwind, and code Playground
by venkateshwar
HTML
<div contenteditable="true">I am saying <span>Hello</span></div>
CSS
div{
width: 200px;
height: 200px;
border: 1px solid cornflowerblue;
}
div > span{
color : red;
}