JSFiddle - React, Tailwind, and code Playground
by justzuhri
HTML
<div class="test">
<img src="http://placehold.it/300x150"><span>sample text</span>
</div>
CSS
.test img {height:50px;width:auto;margin-bottom:-20px}
by justzuhri
<div class="test">
<img src="http://placehold.it/300x150"><span>sample text</span>
</div>
.test img {height:50px;width:auto;margin-bottom:-20px}