JSFiddle - React, Tailwind, and code Playground
HTML
<div id="container">
<div id="block"> </div>
</div>
CSS
#container { width:300px; height:300px; background-color:#191970;
text-align:center; }
#block { width:50px; height:50px; background-color:#ffd700; }