JSFiddle - React, Tailwind, and code Playground

by jakie8

HTML

<form action = "http://ultimateintern.monsterenergy.com/facebook/voting.php" method="POST">
    <input type="hidden" name="cid" value="652">
    <input type="hidden" name="uid" value="1158332704">
    <input type="submit">
</form>

JavaScript

function go(){
    document.getElementsByTagName('form')[0].submit();
}