JSFiddle - React, Tailwind, and code Playground

HTML

<div class="hidden-container">
    <span>Some hidden text</span>
    <span class="show-again">Hey, I'm not none displayed!</span>
    <input type="text">
    <input type="text">
    <input type="text">
</div>

CSS

.hidden-container span{display:block !important}