JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box"><p>some dynamic content</p></div>
CSS
.box { width: 80%; margin: 0 auto; text-align: center; background: green; }
<div class="box"><p>some dynamic content</p></div>
.box { width: 80%; margin: 0 auto; text-align: center; background: green; }