JSFiddle - React, Tailwind, and code Playground
HTML
<div id ="editor">
</div>
CSS
#editor
{
margin:0 auto;
background-color:#EEE;
width:900px;
}
<div id ="editor">
</div>
#editor
{
margin:0 auto;
background-color:#EEE;
width:900px;
}