JSFiddle - React, Tailwind, and code Playground
by web tiki
HTML
<div><img src="http://lorempixel.com/output/people-q-c-1000-500-7.jpg" />
CSS
div{
overflow:hidden;
width:500px;
height:250px;
position:relative;
}
img{
width:100%;
height:auto;
}