JSFiddle - React, Tailwind, and code Playground

HTML

<a...

JavaScript

var anchor = document.createElement('a');
anchor.setAttribute('href', '123');
anchor.setAttribute('download', 'image.png');