JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td><img src="http://files.eyeburn.info/images/reginald.gif"></td>
<td><img src="http://files.eyeburn.info/images/tear.jpg"></td>
<td><img src="http://danimariet.000webhostapp.com/images/Cuba/Cuba_resized/IMG%20(5).jpg"></td>
</tr>
</table>
CSS
table {
max-width:80%;
margin: 10px auto;
}
table img {
max-width:100%;
}