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">&lt;div ng:app&gt;
     &lt;div ng:controller="HelloCntl"&gt;
       Your name: &lt;input type="text" ng:model="name" value="World"/&gt;
       &lt;hr/&gt;
       Hello Vijay!
     &lt;/div&gt;
    &lt;/div&gt;
    &lt;script&gt;angular.compile(window.document)().$digest()&lt;/script&gt;</textarea>
     <textarea name="js">function HelloCntl() {
      this.name = 'World';
    }</textarea>
  <button>edit at jsFiddle</button>
  </form>