JSFiddle - React, Tailwind, and code Playground

JavaScript

function a() {
    alert(this)
}
        
a.apply(null)