JSFiddle - React, Tailwind, and code Playground

HTML

<div id='div1'></div>

CSS

#div1{
    width:100px;
    height:100px;
    background:#f00;
    margin:0px auto 0px auto;   
}