JSFiddle - React, Tailwind, and code Playground
by karthick6891
HTML
<!-- center a div 2 -->
<div>
content
</div>
CSS
body{
text-align:center;
}
div:first-of-type{
width:200px;
margin:auto;
background-color:paleGreen;
}