Zend certified PHP/Magento developer

Links on header links

i been trying to add some links as shown in the picture…my intention is to add a phtml template block so i can easily modify in the future, how can i do this?

i am using magento 2.4.4, i have tried many things, one of them is using a simple block class that works in the container referenceContainer name=”main…but does not work on referenceBlock name=”top.links

Here is the block

block class=”MagentoFrameworkViewElementTemplate” name=”mylinks” template=”Magento_Theme::html/mylinks.phtml

my goal