Creating a Link Text like Submit Button in Admin Page

You can style a link as a button with the button css class:

<a href="#" class="button">I am a button</a>

You can modify a button with the primary styling by adding button-primary:

<a href="#" class="button button-primary">I am the primary button</a>