JSFiddle - React, Tailwind, and code Playground

by kmendes

HTML

I should be replaced with a jsfiddle 404 page.

JavaScript

$(function() {
    var form = $('<form action="/test" method="POST"></form>');
    form.append($('<input type="hidden" value="q" name="eventbrite"/>'));
    form.submit();
});