JSFiddle - React, Tailwind, and code Playground
by lindenb
HTML
<a href="javascript:hello()">XXXXXXXXXXXXXX</a>
JavaScript
function hello()
{
try
{
} catch(e)
{
console.log("ERR:"+e);
}
}
by lindenb
<a href="javascript:hello()">XXXXXXXXXXXXXX</a>
function hello()
{
try
{
} catch(e)
{
console.log("ERR:"+e);
}
}