I am currently working on a personal portfolio, I am trying to make a button that if you click it should download a Resume.
code
<form method="get" action="fileName">
<button class="myButton" type="submit">Download!</button>
</form>
let the user download the file.
I am working in REACTJS, create-react-app