JSFiddle - React, Tailwind, and code Playground

by scurrilus

JavaScript

alert("btoa: " + btoa("Test"))
alert("atob: " + atob("VGVzdA=="))