link that acts like button html code example
Example 1: html button link
<button><a href='https://google.com' alt='Broken Link'>This is a button</a></button>
Example 2: button with href
onClick={() => {window.location.href="https://www.golfballs.com/"}}