JSFiddle - React, Tailwind, and code Playground

by jelane20

HTML

<table class="form">
     <tbody id="panel">
      <tr>
       <td id="field">
        <label id="amount">Amount</label>
       </td>
       <td class="fieldsRight">
        <table id="options">
         <tbody>
          <tr>
           <td class="controlcell">
            <span class="top" item index="51" amount="25.00" >
             <input id="ad_51_6" type="radio">
              <label for="ad_51_6"> </label>
            </span>
           </td>
           <td class="fieldRight">
            <span>$25.00</span>
           </td>
          </tr>
                    <tr>
           <td class="controlcell">
            <span class="top" item index="52" amount="50.00">
             <input id="ad_52_6" type="radio">
              <label for="ad_52_6"> </label>
            </span>
           </td>
           <td class="fieldRight">
            <span>$50.00</span>
           </td>
          </tr>
        </tbody>
      </table>