Hi @Ariel Herrera,
You can just put html anchor tag in databricks notebook cell. It will open a new tab when you click it.
Please try the example below. It works for me in databricks notebook.
%md <a href="https://google.com" target="_blank">google link</a>
After you run the cell, it gives you a link which opens a new tab when you click it.
Thanks.
Lei