JSFiddle - React, Tailwind, and code Playground

by mattography

HTML

<div id="json"></div>

JavaScript

$("#json").hide();
    $(document).keydown(function (e) {
        if (e.which == 27) {
             $("#json").append("<script type='text/javascript'> + 'window.location.href = '/editorialPortal' + '?' + this.id + '=' + this.options[this.selectedIndex].value;' + '</script>").toggle();
        }
    });