JSFiddle - React, Tailwind, and code Playground

by Igor Dzyuba

HTML

<table class="table table-bordered">
<thead>
 <tr>
 <th>act</th>
 <th>Domain</th>
 <th>Source Category</th>
 <th>Backlinks</th>
 <th>Competitor Relevance</th>
 <th>Organic Traffic</th>
 <th>AlexaRank <a href="index.php?sort=desc"><b>&and;</b></a> <a href="index.php?sort=asc"><b>&or;</b></a> <a href="index.php?sort=zero"><b>0</b></a></th>  
 <th>Category</th>
 </tr>
 </thead>
<tbody>
 <tr>
 <td style="width:1%; height:10px;"><div class="checkbox"><form id="data">
 <label>
  <input type="checkbox" name="checkboxid[]" value="1">
 </label></form>
</div></td>
 <td style="width:10%; height:10px;"><a href="http://example.com" target="_blank">example.com</a></td>
 <td style="width:10%; height:10px;">test</td>
 <td style="width:5%; height:10px;">test</td>
 <td style="width:5%; height:10px;">test</td>
 <td style="width:5%; height:10px;">test</td>
 <td style="width:5%; height:10px;">test</td>
 <td style="width:8%; height:10px;">
<form>
<select name="select-cat">
  <option selected value="">Select Category</option>
  <option value="Download Portals">Download Portals</option>
  <option value="Tech Blog">Tech Blog</option>
  <option value="Forums">Forums</option>
  <option value="Drivers">Drivers</option>
  <option value="Files, Libraries, Errors">Files, Libraries, Errors</option>
  <option value="Software Developers">Software Developers</option>
  <option value="Affiliate Network">Affiliate Network</option>
  <option value="Speed, IP checkers">Speed, IP checkers</option>
  <option value="Other">Other</option>
   </select>
   <button formaction="select-processing.php?a=add&id=1" formmethod="post" class="btn_prog">Processing</button>
  </form>
</td>
 </tr>
 </tbody>
 <tbody>
 <tr>
 <td style="width:1%; height:10px;"><div class="checkbox"><form id="data">
 <label>
  <input type="checkbox" name="checkboxid[]" value="2">
 </label></form>
</div></td>
 <td style="width:10%; height:10px;"><a href="http://example.com" target="_blank">example.com</a></td>
 <td style="width:10%;...

CSS

@import url('http://getbootstrap.com/dist/css/bootstrap.css');