JSFiddle - React, Tailwind, and code Playground

JavaScript

var obj = {
    'my/key' : 'my value'
};
alert(obj['my/key']);