Email link that navigates to Gmail, regardless of default mail app

My users want an email link in a UI, that when clicked opens Gmail.com in their browser, and if signed in to Gmail already, opens a draft email window with the email address from the link.

Currently I am using safelink, and it opens the default mail application on the user's computer.  However, they want it to always go to gmail.com regardless of the default mail app.

Is this possible?

Here is an example of the code I am using

a!safeLink(
label: "example@example.com",
uri: "mailto:example@example.com"
)

  Discussion posts and replies are publicly visible