Using marquee HTML tag in React JS Project the line of code is below:
<marquee behavior="scroll" direction="left" scrollamount="5">
My Text scrolling Right to Left Here
</marquee>
But why did the terminal give this warning below:
Warning: Do not use elements as they can create visual accessibility issues and are deprecated jsx-a11y/no-distracting-elements