Hi All,I came to a scenario where I need to create an anchor tag without
href attribute using RTE component. I am able to create anchor tag using
HTML option in RTE, but the thing is that anchor tag is getting skipped
by tab index and never focused. Then I tried adding attribute tabindex=0
so that that anchor tag get focus, but that tabindex=0 attribute is not
getting persist in html. Any idea why it is not allowed and how I can
fix this in RTE? Thank you in advance! ExampleI am adding below syn...