JSFiddle - React, Tailwind, and code Playground

by Abdallah Okasha

JavaScript

function printColor(color) {
console.dir(this); // window object
console.dir(this.color);
}
printColor("red");