JSFiddle - React, Tailwind, and code Playground

HTML

<div id="box" class="center">
			I need this text to be black.
		</div>

CSS

#box{color:black; text-align:center;
 margin:50px auto; background:blue; opacity:0.1; border-radius:11px; box-shadow:1px 1px 1px #656565; padding:20px; font-size:25px; }
i{font-size:20px;}