Here is the code snippet I am working with:
<div id="twoBtn" class="mainContainer"><!--two buttons-->
<p>Find us on the app store, or send us an email below!</p>
<a href="#" id="btn2" class="button2">
<span>Contact us</span>
</a>
I want to make the app store text a clickable link for the user. Any suggestions on how to achieve this?