JSFiddle - React, Tailwind, and code Playground

by SHELDON PASCIAK

JavaScript

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

logThis();