JSFiddle - React, Tailwind, and code Playground

by dshilkret

JavaScript

var rs256 = {
                typ: "JWT",
                alg: "RS256"
               
            }
            rs256.x5t = "x5t";
          console.log("rs256: " + JSON.stringify(rs256));