JSFiddle - React, Tailwind, and code Playground

by kevinPHPkevin

HTML

<div>
    <img src="http://lionssharedigital.com/wp-content/uploads/2013/04/Lion.jpg" />  
</div>

CSS

img {
    width:100%;
}
div {
    width: 100%;
    height: 200px;
    overflow: hidden;
}