JSFiddle - React, Tailwind, and code Playground

by Cone

JavaScript

var dims = function(){
    this.getw = function(width){
        this.width = this.width/4;
        return width;
    };
    this.geth = function(height){
        this.height = this.height/4;
        return width;
    };
    
};

dims.getw(800);