JSFiddle - React, Tailwind, and code Playground

by jhoguet

HTML

<div ng-app="rob-is-the-shit" ng-init="rob='the-shit'">
    {{rob}}
</div>

JavaScript

angular.module('rob-is-the-shit',[])