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);