JSFiddle - React, Tailwind, and code Playground
HTML
<div class="test">
This is dummy text...
</div>
CSS
.test{background:rgba(0, 0, 0, .6); color:#fff;}
<div class="test">
This is dummy text...
</div>
.test{background:rgba(0, 0, 0, .6); color:#fff;}