JSFiddle - React, Tailwind, and code Playground
by fguillen
JavaScript
var clusters = {
auxiliars: {
viewport : $(window),
viewport_width : function(){ return this.viewport.width() },
}
}
console.log( clusters.auxiliars.viewport_width() );