JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<span></span>
</div>
CSS
div {
height: 300px;
width: 300px;
background: blue;
}
span {
margin: auto;
width: 100px;
height: 100px;
background: red;
display: block;
}