JSFiddle - React, Tailwind, and code Playground

by zovjunice89

HTML

<script src="https://gist.githubusercontent.com/slobodansmaardzic/97dae1bb92cd09d430a8/raw/cafb35a46bce1e726b11183f3d18cb9bea4b3950/angular-included-fragment.html"></script>
<div ng-controller="MyController" >
    <div ng-include="myData.showIt &&
                        'https://gist.githubusercontent.com/slobodansmaardzic/97dae1bb92cd09d430a8/raw/cafb35a46bce1e726b11183f3d18cb9bea4b3950/angular-included-fragment.html' ||
                        https://gist.githubusercontent.com/slobodansmaardzic/97dae1bb92cd09d430a8/raw/cafb35a46bce1e726b11183f3d18cb9bea4b3950/angular-included-fragment.html'"></div>
</div>

<script>
    angular.module("myapp", [])
    .controller("MyController", function($scope) {
        $scope.myData = {};
        $scope.myData.showIt = true;
    });
</script>