JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<div class="container">
<table class="">
<thead>
<tr>
<th class="col-xs-1"></th>
<th>Unidade de negócio</th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="checkbox"></td>
<td>Unidade de negócio 1</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Unidade de negócio 2</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Unidade de negócio 3</td>
</tr>
<tr>
<td><input type="checkbox"></td>
<td>Unidade de negócio 4</td>
</tr>
</tbody>
</table>
<div class="">
</div>
</div><!-- /.container -->