JSFiddle - React, Tailwind, and code Playground
by Noir Noir
HTML
<div class="outer">
<div class="container">
<p>Текст</p>
<p>Текст</p>
<p>Текст</p>
<p>Текст</p>
<p>Текст</p>
</div>
</div>
CSS
.outer {
background: #000;
}
p {
color: #999;
}