JSFiddle - React, Tailwind, and code Playground

by damyanpetev

HTML

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

CSS

.editor{
    width:500px;
    height:200px;
    background-color: #fefefe;
    border:1px solid #444;
}