JSFiddle - React, Tailwind, and code Playground
by trolleymusic
HTML
<body>
<iframe src="http://jsfiddle.net/trolleymusic/qZ5vf/1/embedded/result/" id="frame" />
<body>
JavaScript
var frame = document.getElementById('frame')
frame.addEventListener('pushstate', function () {
alert('push')
})