JSFiddle - React, Tailwind, and code Playground
by cedric_tarou
HTML
<div class="box"></div>
CSS
.box {
width: 300px;
background-color: blue;
display: block;
margin: auto;
margin-top: 200px;
}
by cedric_tarou
<div class="box"></div>
.box {
width: 300px;
background-color: blue;
display: block;
margin: auto;
margin-top: 200px;
}