JSFiddle - React, Tailwind, and code Playground

JavaScript

var data = {"res":"123","pgm":"bar","digit":"demo"};

alert(data.res);

alert(data.pgm);