JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr><td><img src="http://watduck.jpg.to" /></td></tr>
</table>
CSS
table {
width: 10%;
}
img {
max-width: 100%;
}
<table>
<tr><td><img src="http://watduck.jpg.to" /></td></tr>
</table>
table {
width: 10%;
}
img {
max-width: 100%;
}