JSFiddle - React, Tailwind, and code Playground
HTML
<img src="https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="" class="block" height="1%">
CSS
.block {
display: block;
background: lightgrey;
}
<img src="https://www.google.de/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" alt="" class="block" height="1%">
.block {
display: block;
background: lightgrey;
}