JSFiddle - React, Tailwind, and code Playground

HTML

<div id="container"></div>

CSS

#container {
    width: 300px;
    background: #ccc;
    height: 100px;
    margin: 0 auto
}