JSFiddle - React, Tailwind, and code Playground

by mrnobody

HTML

<table cellpadding="0px" border="1px">
                            <tr>
                                <td>
                                    Hello
                                </td>
                            </tr>
                        </table>

CSS

td{
    line-height: 12px
}