JSFiddle - React, Tailwind, and code Playground

by Exceeder

HTML

<a href="javascript:void(0)" onclick="foo();">test me</a>

JavaScript

window.foo = function() {
            alert("IE8 test");
}