JSFiddle - React, Tailwind, and code Playground
HTML
<table align="center" style="margin: 0px auto;">
<tr>
<td class="sinistra"><img src="http://placehold.it/120x90"></td>
<td class="centro"><img src="http://placehold.it/728x300"></td>
<td class="destra"><img src="http://placehold.it/120x90"></td>
</tr>
</table>
CSS
.sinistra{
overflow:hidden;
table-layout:fixed;
max-width:120px;
}
.destra{
overflow:hidden;
table-layout:fixed;
max-width:120px;
}
.centro{
overflow:hidden;
table-layout:fixed;
width:728px;
max-width: 728px;
text-align:center;
}