JSFiddle - React, Tailwind, and code Playground

HTML

<div id="main">
  <p>Test</p>
</div>

CSS

#main {
  background: #333;
  color: #fff;
  width: 500px;
  height: 250px;
  text-align: center;
}