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=[{name:'czh',age:'23'}]">
<p>The third result is <span ng-bind="points[0].name"></span></p>
</div>
</body>