JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<div id="test"></div>
JavaScript
var tpl = _.template('<label><input type="radio" checked /> test</label>');
$('#test').html(tpl());