JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<img src="http://placehold.it/40x40">
</div>
CSS
* {
box-sizing: border-box;
}
div {
padding: 15px;
height: 50px;
}
img {
height: 100%;
}
<div>
<img src="http://placehold.it/40x40">
</div>
* {
box-sizing: border-box;
}
div {
padding: 15px;
height: 50px;
}
img {
height: 100%;
}