JSFiddle - React, Tailwind, and code Playground

by Alexandre Simoes

HTML

<ul ng-app>
    <li ng-repeat="item in ['item 1','item 2','item 3',]">
        {{item}}
    </li>
</ul>