JSFiddle - React, Tailwind, and code Playground

by zovjunice89

HTML

<body ng-app="myapp">
<div ng-controller="MyController" >
    <div ng-include="'http://www.google.com.index.html'"></div>
</div>

</body>