JSFiddle - React, Tailwind, and code Playground
HTML
<div style="display: table; width: 100%;">
<div id="content">
<table width="100%" boder="1">
<tr>
<td>BitOfText</td>
</tr>
</table>
</div>
</div>
CSS
table {
boder: 1px #CCC;
}