JSFiddle - React, Tailwind, and code Playground
by aflynt
HTML
<button onclick="window.location='google.com';">Are you feeling lucky, punk</button>
<input type="button" onclick="location.href='http://google.com';" value="Go to Google" />
by aflynt
<button onclick="window.location='google.com';">Are you feeling lucky, punk</button>
<input type="button" onclick="location.href='http://google.com';" value="Go to Google" />