JSFiddle - React, Tailwind, and code Playground

by Kriti

HTML

<div id="incomeforecast">
    <div style="float:left;margin:10px 0 10px 0;width:100%;text-align:center;">
        <span class="textred"><b>USD Currency</b></span><br>
            Monthly: $0.00 USD (0)<br>
            Quarterly: $0.00 USD (0)<br>
            Semi-Annually: $0.00 USD (0)<br>
            Annually: $0.00 USD (0)<br>
        <span class="hide">Biennially: $0.00 USD (0)<br>
            Triennially: $0.00 USD (0)<br></span>
        <span class="textgreen"><b>Est. Annual: $0.00 USD</b></span>
    </div>
</div>

CSS

.hide{
    display:none;
}