JSFiddle - React, Tailwind, and code Playground
by Bharat Gupta
HTML
<div class="box"></div>
CSS
.box {
width: 200px;
height: 100px;
background: yellow;
margin: 0 auto;
}
by Bharat Gupta
<div class="box"></div>
.box {
width: 200px;
height: 100px;
background: yellow;
margin: 0 auto;
}