Skip to content

Displaying text before product title

I am using Magento 2.3.2

I want to add a text “Dragonfly” right before the product Title “Thai Jasmine Rice”

enter image description here

I have used the code below but it’s still below the Product Title what am I doing wrong?

<referenceContainer name="page.main.title">
        <block class="MagentoCatalogBlockProductView" name="product.attribute.brand" template="Magento_Catalog::product/view/attribute/brand.phtml" before="-" />
</referenceContainer>