JSFiddle - React, Tailwind, and code Playground

by kcschaefer

HTML

<form><input type="textfield" id="first"><br />
<input type="button" value="test" onclick="compare();">
</form>

JavaScript

function compare() {
    alert('blarg');
}