JSFiddle - React, Tailwind, and code Playground

by Josh Pullen

HTML

<div contenteditable>Hello!</div>

CSS

div {
  background: yellow;
  padding: 8px;
}