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'));