In PySimpleGUI, how can I have a hyperlink in a text field?

I am creating a search engine based on this Youtube tutorial which gives the output of the search result in a sg.Output element. I want each result to be clickable and open in Windows File Explorer...