JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td>MOO</td>
        <td class="long"><hr /></td>
    </tr>
</table>

CSS

.long {
    width:100%;
}