JSFiddle - React, Tailwind, and code Playground

JavaScript

function test() {

    return {

        prop: 'value'
    };
}

var test = test();

alert( test.prop );