JSFiddle - React, Tailwind, and code Playground

by Kirubel Girma

HTML

<button onClick="elss()">
  Here
</button>

JavaScript

function elss(exf) {
  var x = this.exf.target;
  alert('sdd', x);
}