JSFiddle - React, Tailwind, and code Playground
by centic
HTML
<link rel="stylesheet" href="http://getbootstrap.com/dist/css/bootstrap.min.css">
<table class="table table-bordered">
<tr>
<td>
<div style="cursor:pointer;background-color:blue">some text to show the area occupied</div>
</td>
<td>
<form>
<button>Button</button>
<div style="clear:both"></div>
<a>sometext</a>: sometext
</form>
</td>
</tr>
</table>