@PrachiModi -
I played around some with this, and what If found is that if you do not provide text to be displayed on the page for the link to be clicked on, then that link is removed (as you see). What you need is (bold is the missing part):
<a class="inline_disabled" style="color: #005f86;" href="https://libraryhelp.sfcc.edu/Chat-GPT" target="_blank" rel="noopener"> This is the link text
that should display it. However, for me, when I put all of your code into the editor, I do see the link show up and everything stays in the editor. However, the link does not work - I can't click on it - it is not active. furthermore, other links are no longer active either. That issue seems to be with the paragraph line below your link line. Not sure what that issue is.
Ron
edit -
If I do the following,
<p style="position: absolute; width: 100%; height: 100%; top: 0; left: 0;"><a class="inline_disabled" style="color: #005f86;" href="https://libraryhelp.sfcc.edu/Chat-GPT" target="_blank" rel="noopener"> blank </a></p>
then I get the link showing up in the left hand corner of the page and it is an active link, but the other links in the resulting display are not active. So the reason the code goes away is no text for the link. the paragraph part seems to cause other issues. good luck