JSFiddle - React, Tailwind, and code Playground
by Josh Shields
HTML
<div class="center">Put me in the center please</div>
CSS
.center {
width: 30%; /* some specific width < 100% */
display: block;
margin: 0 auto; /* left and right margins on auto */
border: 1px solid black;/* border for demo purposes */
}