JSFiddle - React, Tailwind, and code Playground

by Eric Howe

HTML

<table>
    <tbody>
        <tr>
            <td>
                <img src="http://placekitten.com/16/16">
                <img src="http://placekitten.com/16/16">
            </td>
        </tr>
    </tbody>
</table>

CSS

td {
    background: #000;
    line-height: 0;
}