JSFiddle - React, Tailwind, and code Playground
by termi
HTML
<!--[if lt IE 8]>
<script src="https://raw.github.com/termi/ES5-DOM-SHIM/master/__COMPILE/a.ielt8.js"></script>
<![endif]-->
<!--[if IE 8]>
<script src="https://raw.github.com/termi/ES5-DOM-SHIM/master/__COMPILE/a.ie8.js"></script>
<![endif]-->
<script src="https://raw.github.com/termi/ES5-DOM-SHIM/master/__COMPILE/a.js"></script>
JavaScript
document.addEventListener("click", function(e){alert("trololo"); e.stopImmediatePropagation()})
document.addEventListener("click", function(e){alert("hellow World!!!");})
document.addEventListener("click", function(e){alert("hellow Friends!!!");})