JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>MOO</td>
<td class="long"><hr /></td>
</tr>
</table>
CSS
.long {
width:100%;
}
<table>
<tr>
<td>MOO</td>
<td class="long"><hr /></td>
</tr>
</table>
.long {
width:100%;
}