How to render already prepared html code with Streamlit?

I’m using ktrain Python package for extracting answers to a given question from the provided text.
What I’m getting as a return value is an html-formatted string with

and tags, as shown in https://towardsdatascience.com/build-an-open-domain-question-answering-system-with-bert-in-3-lines-of-code-da0131bc516b

What I also need is to present a clickable link to the page where the answer on the question was found.
Is this possible, and how?

Thanks in advance,
Stojancho