JSFiddle - React, Tailwind, and code Playground

by Dug Sohn

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://yakabod.yakabox.com/custom/js/cache/a5956e444144452934c4b44c48e02eba.js"></script>
<link rel="stylesheet" href="https://yakabod.yakabox.com/custom/css/cache/ed3fc238eb15d0e2c462e753ab0218cb.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<div id="quickForm">
  <h4>Modify Restrictions</h4>
  <table border="0" width="100%">
    <tbody>
      <tr class="ui-webform-seporator">
        <td class="ui-helper-reset" colspan="3"><hr/></td>
      </tr>
      <tr class="ybx-form-field-container " data-dependent-fields="" visible="true">
        <td style="width:20px"><a class="ui-icon ui-icon-info ybx-tooltip ybx-formTooltip" style="display: none" title="" data-original-title="TOOLTIP_TEXT"> </a></td>
        <td valign="top" class="ui-webform-label" style="width:20%"> Method </td>
        <td class="ui-webform-field" style="width:80%"><select>
            <option>-- Select Here -- </option>
            <option>Derive from Field </option>
            <option>Select Manually</option>
          </select></td>
      </tr>
    </tbody>
  </table>
</div>
<br/>
<br/>
<br/>
<br/>
<br/>
<div id="quickForm">
  <div>
    <h4>Modify Restrictions</h4>
    <table border="0" width="100%">
      <tbody>
        <tr class="ui-webform-seporator">
          <td class="ui-helper-reset" colspan="3"><hr/></td>
        </tr>
        <tr class="ybx-form-field-container " data-dependent-fields="" visible="true">
          <td style="width:20px"><a class="ui-icon ui-icon-info ybx-tooltip ybx-formTooltip" style="display: none" title="" data-original-title="TOOLTIP_TEXT"> </a></td>
          <td valign="top" class="ui-webform-label" style="width:20%"> Method </td>
          <td class="ui-webform-field" style="width:80%"><select>
   ...