JSFiddle - React, Tailwind, and code Playground
HTML
<div class="content">
<p>Some content...</p>
</div>
CSS
.content {
width: 50%;
margin: 0 auto;
background: #ccc;
}
<div class="content">
<p>Some content...</p>
</div>
.content {
width: 50%;
margin: 0 auto;
background: #ccc;
}