JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.min.js"></script>

JavaScript

$.tmpl('<div>Hello <ul>{{tmpl(item) "<li>$" + "{name}</li>"}}</ul></div>', {item: [
    {name: 'Tom'},
    {name: 'Fred'}
]}).appendTo('body');