JSFiddle - React, Tailwind, and code Playground

by scurrilus

JavaScript

var test = btoa(1);
console.log(test);

var test2 = atob(test);
console.log("B", parseInt(test2))