JSFiddle - React, Tailwind, and code Playground

HTML

<p>When you <b>right-click</b> to save this file, it will be called 'download.txt':<br />
    <a href="data:text/plain;base64,SGVsbG8gV29ybGQh">Text file</a></p>
<br />
<p>
    When you <b>click</b> to save this file, it will be called 'hello.txt2' by default:<br />
<a href="data:text/plain;base64,SGVsbG8gV29ybGQh" download="hello.txt2">Text file</a>
</p>