JSFiddle - React, Tailwind, and code Playground
by yonet3d
HTML
<div ng-app>
<input type="text" ng-model="name"/>
<p>Hello {{name}}</p>
</div>
CSS
</style> <!-- Ugly Hack due to jsFiddle issue: http://goo.gl/BUfGZ --> <link rel="stylesheet" href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.0.4/css/bootstrap-combined.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.0/angular.js"></script> <style>