JSFiddle - React, Tailwind, and code Playground
by Valentin Sarychev
HTML
<div class="image" style="width: 20px; height: 20px">
</div>
<div class="image" style="width: 40px; height: 20px">
</div>
<div class="image" style="width: 80px; height: 20px">
</div>
<div class="image" style="width: 160px; height: 20px">
</div>
CSS
html,body {
background: #ff0;
}
.image {
background: #f00 url('https://via.placeholder.com/1/0f0');
background-size: cover;
border: 1px solid #000;
margin: 2px;
}