JSFiddle - React, Tailwind, and code Playground
by mrnobody
HTML
<table cellpadding="0px" border="1px">
<tr>
<td>Hello</td>
</tr>
</table>
CSS
td {
line-height: .857;
}
by mrnobody
<table cellpadding="0px" border="1px">
<tr>
<td>Hello</td>
</tr>
</table>
td {
line-height: .857;
}