JSFiddle - React, Tailwind, and code Playground
HTML
<html ng-app>
<head></head>
</body>
<h1 ng-bind="hello"></h1>
<input type="text" ng-model="hello" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.7/angular.min.js"></script>
</body>
</html>