JSFiddle - React, Tailwind, and code Playground

by scurrilus

HTML

<img src="https://dummyimage.com/600x400/000/fff" alt="bild" width="300" height="200"/>
<h1>
Test
</h1>

CSS

img {
 display: block;
 border: 1px solid green;
 min-height: 75vw;
 max-height: 100%;
 min-width: 100%;
 max-width: 100%;
 object-fit: cover
}