JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">
123
</div>
CSS
.test {
width: 300px;
height: 200px;
background: #000;
margin: 0 auto;
}
<div class="test">
123
</div>
.test {
width: 300px;
height: 200px;
background: #000;
margin: 0 auto;
}