JSFiddle - React, Tailwind, and code Playground
by Vertigo
HTML
<div class="wrapper">
<img src="http://cs421227.vk.me/v421227316/7c09/0frmD6mepHw.jpg" alt=""/>
</div><!-- wrapper -->
CSS
.wrapper {
width: 960px;
margin: 0 auto;
position: relative;
}
.wrapper img {
position: absolute;
top: 1px;
left: 1px;
}