JSFiddle - React, Tailwind, and code Playground
HTML
<div id="container"></div>
CSS
#container {
width: 300px;
background: #ccc;
height: 100px;
margin-left: 50%;
margin-right: 50%
}
<div id="container"></div>
#container {
width: 300px;
background: #ccc;
height: 100px;
margin-left: 50%;
margin-right: 50%
}