JSFiddle - React, Tailwind, and code Playground

HTML

<table cellspacing="0" cellpadding="2" border="0" style="border:none; width:100%;">
                <tr>
                    <td style="width: 13%;">
                        <fieldset style="width:100%;">
                            <legend>Product Type:</legend>
                            <br />                    
                            <asp:RadioButtonList ID="rblProdType" runat="server" >
                                <asp:ListItem Text="Bars and Tube" Value="BarsAndTube" />
                                <asp:ListItem Text="Bars Only" Value="BarsOnly" />
                                <asp:ListItem Text="Tubes Only" Value="TubesOnly" />
                            </asp:RadioButtonList>
                            <span>&nbsp;</span>                                                
                        </fieldset>
                    </td>
                    <td style="width: 17%;"> 
                        <fieldset style=" vertical-align:top;">
                            <legend>Operating Restrictions:</legend>   
                                <div style="float:left;">                                                 
                                    <asp:RadioButtonList ID="rblOpRestrict" runat="server">
                                        <asp:ListItem Text="Not Necessary" Value="NotNecessary" />
                                        <asp:ListItem Text="In Routing" Value="InRouting" />
                                        <asp:ListItem Text="Not In Routing" Value="NotInRouting" />
                                    </asp:RadioButtonList>
                                    <span style="float:right; margin-right:2px;">Oper</span>
                                    </div>
                                    <div style="float:right;">                                                                                            
                                    <table cellspacing="0" cellpadding="2" border="0" style="border:none;...