JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <img src="http://lorempixel.com/400/400/animals/">
</div>

CSS

div {
        width:300px;
        height:300px;    
        overflow:hidden;
        position:relative;
    }
    div img {
        position:absolute;
    }