I have this button that displays a link. The link is difficult to highlight and copy when on mobile devices. I want to make the link a button that redirects you when clicked
** <%= link_to 'Reply Link', '#', class: "cursor-pointer inline-flex items-center px-4 py-2 border border-transparent text-sm leading-5 font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-500 focus:outline-none focus:shadow-outline-indigo focus:border-indigo-700 active:bg-indigo-700 transition duration-150 ease-in-out", "@click" => "showReplyLink = true; return false " %>
**