JSFiddle - React, Tailwind, and code Playground
by Tân Nguyễn
HTML
<div contenteditable>This is <div>another</div> text...</div>
CSS
[contenteditable] {
height: 20px;
border: 1px solid;
}
[contenteditable] div {
display: inline-block;
font-weight: bold;
}