JSFiddle - React, Tailwind, and code Playground
by Josh Pullen
HTML
<div contenteditable>Hello!</div>
CSS
div {
background: yellow;
padding: 8px;
}
by Josh Pullen
<div contenteditable>Hello!</div>
div {
background: yellow;
padding: 8px;
}