We can create an Inline HTML field to work as a button.
Steps:
1. Create an Inline HTML field
2. In ‘Validation & Defaulting’ subtab set the default value as follows
<html>
<button onclick="window.open('https://www.google.com/', '_blank');"> Click here
</button>
</br>
</html>