JSFiddle - React, Tailwind, and code Playground

by genelocklin

HTML

<script src="http://genelocklin.appspot.com/js/reveal/jquery.reveal.js"></script>
<link rel="stylesheet" href="http://genelocklin.appspot.com/js/reveal/reveal.css">
<link rel="stylesheet" href="http://genelocklin.appspot.com/css/reset.css">
<a href="#" data-reveal-id="modal-box">Click Me!</a>

<div id="modal-box" class="reveal-modal"><img src="http://dl.dropbox.com/u/21146393/modal-1.jpg" /></div>

CSS

body { background: #f1f2f3; font: 300%/1.5 sans-serif;  width: 80%; margin: 50px auto;}

.open a { text-decoration: none; }