JSFiddle - React, Tailwind, and code Playground

by haxhia

HTML

<div contenteditable="true">
    Luke, I am your father.
    <span contenteditable="false">I'm your son?! Ewww!</span>
    Don't speak back to me!
</div>

CSS

span
{
    background-color: #c0c0c0;
}