JSFiddle - React, Tailwind, and code Playground

by tea4two

JavaScript

console.log(this);

function test() {
	console.log(this);
}
test();