I have a link which is like https://sampleFile.txt, I want to download this file with content in onClick method without using axios/fetch methods, because I am getting CORS issues, I have tried to achieve this by using javascript or jQuery in reactjs many ways, But i didn't get any solution.
Can anyone please help.