JSFiddle - React, Tailwind, and code Playground

by Harmonix Motion

HTML

<table>
    <tr>
        <td>item1</td>
        <td>item2</td>
        <td>item2</td>
    </tr>
</table>

CSS

td {padding:10px 5px 10px 25px;}