JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html ng-app>
<head>
<script data-require="angular.js@*" data-semver="1.2.13" src="http://code.angularjs.org/1.2.13/angular.js"></script>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
</head>
<body>
<h1>Hello Plunker!</h1>
<div ng-if="$last">
<input type="file">
</div>
<button ng-click="test = !test">test</button>
</body>
</html>