JSFiddle - React, Tailwind, and code Playground

HTML

<table>
<tr>
<td>
  hello
</td>
</tr>
<tr>
<td>
  hello
</td>
</tr>
<tr>
<td>
  hello
</td>
</tr>
<tr>
<td>
  hello
</td>
</tr>
<tr>
<td>
  hello
</td>
</tr>
<tr>
<td>
  hello
</td>
</tr>
</table>

CSS

table {
  height: 20px;
}