JSFiddle - React, Tailwind, and code Playground
by harsh dand
HTML
<div class="purple"></div>
CSS
.purple{
width:300px;
height:300px;
background:purple;
margin:0 auto;
}
by harsh dand
<div class="purple"></div>
.purple{
width:300px;
height:300px;
background:purple;
margin:0 auto;
}