I have tried updating the HTML code of the email with this, and I am able to hyperlink the text with the personalization token
<div><a href=“{{ personalization_token(‘contact_webinar_join_url’, ‘Webinar URL’) }} " target=”_blank" rel=“noopener”>Webinar URL</a></div>
Hope this helps!