JSFiddle - React, Tailwind, and code Playground

by Dogbert

HTML

<div ng-app ng-controller=MainCtrl>
    {{hi}}
</div>

CoffeeScript

window.MainCtrl = ($scope) ->
  $scope.hi = "HI"