JSFiddle - React, Tailwind, and code Playground

HTML

<div class="outside">
<div class="inside">text</div>
</div>

CSS

.outside {opacity: 0;}
.inside {opacity: 1 !important;}