JSFiddle - React, Tailwind, and code Playground

by bluey

HTML

<a href='http://www.google.co.uk' target='_blank'>
    <input type="button" value="Page" >
</a>

    <br /> <!-- Line break -->
    
    <input type="button" value="Same page different method" onclick="location.href='http://www.domain.com';">