JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<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>∧</b></a> <a href="index.php?sort=asc"><b>∨</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">
<label>
<input type="checkbox" name="checkboxid[]" value="1">
</label>
</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;">
<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>
</td>
</tr>
</tbody>
<tbody>
<tr>
<td style="width:1%; height:10px;"><div class="checkbox">
<label>
<input type="checkbox" name="checkboxid[]" value="2">
</label>
</div></td>
<td style="width:10%; height:10px;"><a href="http://example.com"...
CSS
@import url('http://getbootstrap.com/dist/css/bootstrap.css');