JSFiddle - React, Tailwind, and code Playground
HTML
<!-- https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener -->
JavaScript
const myObj = {
let x = 4;
}
function myFunc () {
console.log(x);
}
myFunc();
myFunc.bind(myObj)();