JSFiddle - React, Tailwind, and code Playground
by yaero
HTML
<link rel="stylesheet" href="style.css">
<!DOCTYPE html>
<html>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.6.9/angular-route.js"></script>
<link rel="stylesheet" href="style.css">
<body ng-app="myApp">
<div ng-view></div>
<script src="config.js"></script>
</body>
</html>