JSFiddle - React, Tailwind, and code Playground
HTML
<form class="jsfiddle" method="post" action="http://jsfiddle.net/api/post/library/pure/" target="_blank">
<textarea name="resources">http://code.angularjs.org/angular-0.10.5.min.js</textarea>
<textarea name="css"></textarea>
<input type="text" name="title" value="AngularJS Live Example">
<textarea name="html"><div ng:app>
<div ng:controller="HelloCntl">
Your name: <input type="text" ng:model="name" value="World"/>
<hr/>
Hello Vijay!
</div>
</div>
<script>angular.compile(window.document)().$digest()</script></textarea>
<textarea name="js">function HelloCntl() {
this.name = 'World';
}</textarea>
<button>edit at jsFiddle</button>
</form>