JSFiddle - React, Tailwind, and code Playground

by pleinx

HTML

<img src="https://thumbs.static-thomann.de/thumb/thumb1000x/pics/prod/180420.jpg" onload="alert('asdf')" onclick="asdf(event)"/>


<script>
function asdf(e) {
 alert(e.type);
}
</script>

JavaScript

(function test(e) {
	console.log(e);
})('asdf')