JSFiddle - React, Tailwind, and code Playground
by agib
HTML
<table>
<tr>
<td>asd fasfd asdf asdf asf asf asdf as</td>
<td>s fdas </td>
</tr>
<tr>
<td>
<div id="btnholder">
<button id="button1">Button 1</button>
</div>
</td>
<td>d sfg sddfsg</td>
</tr>
<tr>
<td>sad f</td>
<td>sd fgsdg sdf</td>
</tr>
</table>
CSS
table td {
border: 1px solid #333;
}
#button1 {
height: 100%!important;
min-height: 1px;
width: 100%;
}
#btnholder {
height: 200px;
border: solid lime 1px;
}