JSFiddle - React, Tailwind, and code Playground

by Venkatesh Dematti

HTML

<div>
    <img src="https://picsum.photos/id/237/200/300">
</div>

CSS

div {
        width:300px;
        height:300px;    
        /* overflow:hidden; */
    }
    div img {
        min-width:100%;
    }