JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td>
            <img src="http://placehold.it/600x150" />
        </td>
    </tr>
</table>

CSS

table { max-width: 200px; table-layout: fixed }
img { max-width: 100% }