JSFiddle - React, Tailwind, and code Playground
by Joe Cisneros
HTML
<div class="container">
<img class="left" src="https://via.placeholder.com/500x385">
<img class="right" src="https://via.placeholder.com/500x385">
</div>
CSS
.left {
float:left;
}
.right{
}
.container{
background:black;
height:385px;
width:450px;
}
.container div {
display: inline-block;
height:385px;
max-height:385px;
}