JSFiddle - React, Tailwind, and code Playground
HTML
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<table class="table table-bordered">
<tbody>
<tr>
<td>Info 1</td>
<td class="text-right">
<span class="glyphicon glyphicon-trash"></span><span class="glyphicon glyphicon-refresh" hidden="hidden"></span>
</td>
</tr>
<tr>
<td>Info 2</td>
<td class="text-right">
<span class="glyphicon glyphicon-trash"></span><span class="glyphicon glyphicon-refresh" style="display:none"></span></span>
</td>
</tr>
<tr>
<td>Info 3</td>
<td class="text-right">
<span class="glyphicon glyphicon-trash"></span><span class="glyphicon glyphicon-refresh" style="display: none;"></span>
</td>
</tr>
</tbody>
</table>