this is my code which i am writing in render method, which works fine, but instead of downloading this file it's opening in browser.
<a href="http://www.sites/default/files/2019-01/560_12thMarkSheet.pdf" target="_blank" type="application/pdf; download='some_pdf_name'> length=362340">download</a>
How can i give a link in react to force download a file, file which is coming from external server.