JSFiddle - React, Tailwind, and code Playground
HTML
<!--
You can change the "value" to change what the button says, and you can change what's
inside the single quotes to change where the button goes (leave everything that's outside
single quotes the same).
-->
<input type="button" value="Go to Facebook.com" onclick="top.location.href='http://www.facebook.com'" />