JSFiddle - React, Tailwind, and code Playground
HTML
<div>this is a div that is centered</div>
CSS
/* for this to work you need width and the margin as defined below */
div {
width: 60px;
border: 2px solid #000000;
margin: 0px auto;
}
JavaScript
// centering left and right with css