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 ng-app="">
     <p>My first expression: {{ 5 + 5 }}</p>
</div>

</body>