JSFiddle - React, Tailwind, and code Playground
by Ayadi Baha Eddine
HTML
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<table style="width:90%;">
<tbody><tr>
<td>
</td>
<td class="col">
<div class="pull-right"><a href="test.html" class="btn btn-primary btn-block">Go here</a></div>
<div class="pull-right"><a href="test.html" class="btn btn-primary btn-block">Go here</a></div>
</td>
</tr>
<tr>
<td>test</td>
<td>data</td>
</tr>
</tbody></table>
CSS
/* CSS used here will be applied after bootstrap.css */
table, th, td {
border: 1px solid black;
}
.col{
display:inline-flex;
float:right;
}