JSFiddle - React, Tailwind, and code Playground

by bobbyfrancisjoseph

HTML

<div id ="editor">
    
</div>

CSS

#editor
{
    margin:0 auto;
    background-color:#EEE;
    width:900px;
}