JSFiddle - React, Tailwind, and code Playground
by jaygiri
HTML
<script src="http://demo.bazaarify.com/bf.combined.2012080203.js"></script>
<h1>test</h1>
<script id="theHtml" type="text/x-handlebars-template">
Hi {{name}}
</script>
JavaScript
$(function(){
$('body').html(ich.theHtml({name: 'jay'}));
});