JSFiddle - React, Tailwind, and code Playground

by Marcel Ferdinand

HTML

<div id="parent">
<div id="child">
dadas
</div>

</div>

CSS

#parent{ display: flex;width:500px;height:500px;background:#ccc}
#child{ margin: auto;}