JSFiddle - React, Tailwind, and code Playground
by phil_mcc
JavaScript
content = "This is the text for downloading";
window.location.href = "data:application/octet-stream," + encodeURIComponent(content);
by phil_mcc
content = "This is the text for downloading";
window.location.href = "data:application/octet-stream," + encodeURIComponent(content);