<HtmlTag /><HtmlTag tag="a" tagAttrs={{ href: 'https://google.com' }} />core
Renders as <div> by default.
<HtmlTag />Choosing the <a> tag, makes its all attributes available on the tagAttrs property.
<HtmlTag tag="a" tagAttrs={{ href: 'https://google.com' }} />