JSFiddle - React, Tailwind, and code Playground

HTML

<body style="">
    Hello
    <div style="background-color: transparent;  opacity:0;  ">
        ffff
    </div>
    <div style="background-color: blue;  opacity:0.5;">
        SomeOtherText
    </div>
    <input type="text"/>
    
</body>