JSFiddle - React, Tailwind, and code Playground
HTML
<body>
<div class="center">
</div>
</body>
CSS
body,html{
width: 100%;
height: 100%;
overflow:hidden;
text-align: center
}
.center{
width: 200px;
height: 200px;
display: inline-block;
background: #ddd
}