JSFiddle - React, Tailwind, and code Playground

by fresheyeball

HTML

<script type="text/ng-template" id="/newTrack.html">
      <h1>New Track </h1>
      <p>Hello there</p>
    </script>
    <div id="overlay" closemodal></div>
    <div id="modal"><a id="closeModal" closemodal></a>
        <div id="modalContent" ng-include src="/newTrack.html"></div>
    </div>