JSFiddle - React, Tailwind, and code Playground
by jdb1991
HTML
<div id="square"></div>
CSS
#square { border: solid black 1px; height: 100px; width: 100px; margin-left: auto; margin-right: auto; }
by jdb1991
<div id="square"></div>
#square { border: solid black 1px; height: 100px; width: 100px; margin-left: auto; margin-right: auto; }