JSFiddle - React, Tailwind, and code Playground

JavaScript

var o = {};  
o.foo = function () {  
    console.log(this);  
}.bind(o); //


o.foo();