JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://cdn.bootcss.com/angular.js/1.3.14/angular.js"></script>
<body>
<div ng-app="">
<p>Input something in the input box:</p>
<p>Name: <input type="number" ng-model="Num"/></p>
<p ng-bind="Num"></p>
</div>
</body>