JSFiddle - React, Tailwind, and code Playground
HTML
<ul style="
display: table-row;
">
<li style="
display: table-cell;
"><img src="http://redroomfoto.ru/images/cms/data/studio1.jpg" alt="" style="
"></li>
<li style="
display: table-cell;
"><img src="http://redroomfoto.ru/images/cms/data/studio2.jpg" alt="" style="
"></li>
<li><img src="http://redroomfoto.ru/images/cms/data/studio3.jpg" alt="" style="
"></li>
</ul>
CSS
ul {
display: table-row;
}
li {
display: table-cell;
}
img {
max-height: 60%;
width: auto;
}