JSFiddle - React, Tailwind, and code Playground
by shriek
HTML
<div data-bind="foreach: $data:$data, $index < 3">
<article>
This is a test
</article>
</div>
JavaScript
ko.applyBindings(document.getElementsByTagName('body'));
by shriek
<div data-bind="foreach: $data:$data, $index < 3">
<article>
This is a test
</article>
</div>
ko.applyBindings(document.getElementsByTagName('body'));