JSFiddle - React, Tailwind, and code Playground

by Uday Hiwarale

HTML

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

CSS

.editor{
  width: 500px;
  height:500px;
  background-color:#fff;
  border:1px dotted #000;
  padding: 15px;
  outline: none;
}