JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box-content">
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>No. </th>
<th>Username</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td class="center">1. </td>
<td class="center">Hud Aditywan</td>
<td class="center"><a href="#"><span class="label label-important">NOT SOLVED </span></a></td>
</tr>
</tbody>
</table>