Possible to render React component in place of primaryauth.title?

Hi, I would like to replace the ‘Sign In’ text with text that is partly italicized and partly normal, e.g., ItalicText Sign In. I was wondering if it is possible to render a React component in that area?

I see it possible to change the text via the config:
i18n: {
‘en’: {
‘primaryauth.title’: ‘Sign in to Acme’,
‘primaryauth.username.placeholder’: ‘Your Acme Username’
},
} per: https://github.com/okta/okta-signin-widget#basic-config-options.

Screen Shot 2021-09-03 at 12.08.08 PM