JSFiddle - React, Tailwind, and code Playground

HTML

<div class="opci">
Hello i am transparency background not text 

</div>

CSS

.opci{
background:rgba(0,0,0,0.5);
    min-height:400px;
    padding:20px;
}