JSFiddle - React, Tailwind, and code Playground

HTML

<div class="center">center</div>

CSS

html {
  height: 100%;   
}
.center
{
width:750px;
margin:0 auto;
margin-top:30px;
    background-color:#F30;
    height: 100%;
}