JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://chrismichaelscott.github.io/iugo/iugo.js"></script>
<ul class="bindto-tasks">
<li data-bind_each>
<a href="${name}">delete ${name}</a>
</li>
</ul>
JavaScript
var model = new Iugo({
tasks: [
{name: "test1"},
{name: "testB"}
]
});