JSFiddle - React, Tailwind, and code Playground

HTML

<div class="content">
    <p>Some content...</p>
</div>

CSS

.content {
    width: 50%;
    margin: 0 auto;
    background: #ccc;
}