JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
    </tr>
        <tr>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
        <td><img src="http://www.christownsend.com/images/superdog.jpg" /></td>
    </tr>
</table>

CSS

table { border: 1px solid black; border-spacing: 5px;}
td {border: 1px solid black;}
img {width: 30px;}