JSFiddle - React, Tailwind, and code Playground

JavaScript

var $LIST = {
    FullWidth: 120,
    HalfWidth: this.FullWidth / 2,
    exit: function () {}
};

alert($LIST.FullWidth);
alert($LIST.HalfWidth);