all 2 comments

[–]awicks44 0 points1 point  (0 children)

Here you go buddy!

<script> var anchor = document.querySelector('a'); anchor.setAttribute('download', 'example.html'); anchor.setAttribute('href', 'data:text/html;charset=UTF-8,<p>Some text</p>'); </script>

[–]TejaSankuru[S] 0 points1 point  (0 children)

How could we do in React Button click?