JSFiddle - React, Tailwind, and code Playground
by vanduzled
HTML
<div id="wrapper"></div>
CSS
#wrapper
{
width:500px;
height:500px;
margin:0 auto;
background:#f7f7f7;
position:absolute;
left:50%;
top:50%;
margin-left:-250px;
margin-top:-250px;
}