JSFiddle - React, Tailwind, and code Playground
by psyne
HTML
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-combined.min.css">
<script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"></script>
<div id="content">
<img id="puzzle" src="http://lorempixel.com/800/800/" />
</div>
CSS
#content {
width: 1000px;
}
#puzzle {
margin: 0 auto;
width: 800px;
height: 800px;
display: block;
}