JSFiddle - React, Tailwind, and code Playground

by mstaab

HTML

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.js"></script>

<form id="orderform" onsubmit="return false;" action="">
</form>

JavaScript

jQuery(document).ready(function($) {
            $("#orderform").submit();
});