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="" ng-init="points=[1,15,19,2,40]">
<p>
<input ng-model="x"
</p>
<p>The third result is {{ points[x] }}</p>

</div>

</body>