Reactjs – Copy to clipboard without any formatting in react
I'm using the following code for Copy-to-clipboard, and it's coping the text with all formatting applied like (bold and white color text), I just want to copy the text without any formatting by clicking the button. Please suggest how could…