JSFiddle - React, Tailwind, and code Playground

by bakhshi

HTML

<div class="editor" contenteditable="true"></div>

CSS

div{
  border: solid 1px blue;
  width: 500px;
  height: 500px;
}