JSFiddle - React, Tailwind, and code Playground
by khamer
HTML
<img src="https://placeimg.com/200/240/arch/sepia" alt="">
<img src="" alt="">
CSS
img {
display: block;
width: 100%;
height: 20rem;
background-size: cover;
//object-fit: fit;
}
img[src=""] {
//background-image: url(https://placeimg.com/800/240/nature);
}