JSFiddle - React, Tailwind, and code Playground
by Jacky Xu
HTML
<script src="http://cdn.bootcss.com/angular.js/1.3.14/angular.js"></script>
<body>
<div data-ng-app="" data-ng-init="firstName='John'">
<p>The name is <span data-ng-bind="firstName"></span></p>
</div>
</body>