JSFiddle - React, Tailwind, and code Playground
by linerjerk
HTML
<div class="orig">
<img src="http://new4.fjcdn.com/gifs/See+description+move+your+finger+back+and+forth+so+it_372443_4836804.gif" alt="" height="200"/>
<img src="http://cdn.attackofthecute.com/October-26-2011-01-23-43-tumblrloe0ocHAu31qk5yn3o1500.jpg" alt="" height="200"/>
</div>
<div class="container">
<img src="http://new4.fjcdn.com/gifs/See+description+move+your+finger+back+and+forth+so+it_372443_4836804.gif" alt="" height="200"/>
<img src="http://cdn.attackofthecute.com/October-26-2011-01-23-43-tumblrloe0ocHAu31qk5yn3o1500.jpg" alt="" height="200"/>
</div>
CSS
.orig img {
height: 150px;
margin: 2px;
}
.container img {
width: 150px;
height: 150px;
object-fit: cover;
margin: 2px;
}