JSFiddle - React, Tailwind, and code Playground

by danShumway

JavaScript

var x = {
    log : function() { console.log(this.a); },
    a : 5
}