Trying to use an anchor tag with type button and btn-primary class on MacOS safari is causing issues, while it works perfectly on Chrome and Edge browsers
<a class="btn btn-primary " style="border-radius: 25px;" type="button" href="#" <i class="fa fa-download" aria-hidden="true"></i>> Download Client</a>
This problem is specific to the MacOS Safari browser.
https://i.sstatic.net/PU6hu.png
The code functions correctly in the Chrome browser.
https://i.sstatic.net/gtxqM.png
Please provide guidance on how to correctly implement the anchor tag using Bootstrap.