JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

body {
    background-color:#000
}

.center {
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
    width:400px;
    height:400px;
    background-color:#fff;
}