JSFiddle - React, Tailwind, and code Playground
by lollero
HTML
<div id="images">
<img src="http://placekitten.com/g/40/60" alt="" />
<img src="http://placekitten.com/g/60/90" alt="" />
</div>
CSS
#images img {
height: 20px;
}
by lollero
<div id="images">
<img src="http://placekitten.com/g/40/60" alt="" />
<img src="http://placekitten.com/g/60/90" alt="" />
</div>
#images img {
height: 20px;
}