JSFiddle - React, Tailwind, and code Playground

HTML

<div>
    <img src="http://35photo.ru/repost/41/418066_3.jpg" />
</div>

CSS

div{
	overflow-x:hidden;
	width:800px;
	margin:10px auto;
	}
	div img{
		display:block;
		width:1000px;
		margin:0px -100px 0px -100px;
	}