How can I make an admin link open in a new tab?

I have an admin link in Shopify. When the user clicks that link it will be rendered within Shopify. However, I would like to open a new tab. This is the HTML shown by Shopify:

  • MY LABEL TEXT
  • Instead, I want a new tab to be opened, like in the following example which I saw for another Shopify app. How can I achieve that? This is the HTML shown for an admin link of the other app:

  • MY LABEL TEXT
  • Thanks in advance!