JSFiddle - React, Tailwind, and code Playground

by Patrick von Lieres

HTML

<table>
    <tr>
        <td>
            <img src="https://cdn4.iconfinder.com/data/icons/flat-icon-set/2133/flat_icons-graficheria.it-13.png"/>
        </td>
    </tr>
</table>

CSS

table tr td { width: 100px; height: 100px; border: 3px solid black; }
img { display: block; height: 100%; width: auto; }