JSFiddle - React, Tailwind, and code Playground
by Kaleb Hornsby
HTML
<link rel="stylesheet" href="http://pwi.googlecode.com/svn/tags/REL_2_0_0/js/jquery.slimbox2/jquery.slimbox2.css">
<script src="http://pwi.googlecode.com/svn/tags/REL_2_0_0/js/jquery.slimbox2/jquery.slimbox2.js"></script>
<link rel="stylesheet" href="http://pwi.googlecode.com/svn/tags/REL_2_0_0/css/pwi.css">
<script src="http://pwi.googlecode.com/svn/tags/REL_2_0_0/js/jquery.pwi.js"></script>
<div id="container"></div>
JavaScript
$(document).ready(function () {
$("#container").pwi({ username: "thekaleb" });
});