JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <h5>Main Form</h5>
    <input type="text" />
    
    <!-- Don't Show This Form -->
    <form style="display:none">
        <input type="text" />
        <input type="text" />
    </form>
    
    <!-- Don't Show This Form -->
    <form style="display:none">
        <input type="text" />
        <input type="text" />
    </form>
    
</div>