JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
JavaScript
var json = '\n{"test":"abc"}';
var object = jQuery.parseJSON(json);
jQuery("div").text(object.test);
<div></div>
var json = '\n{"test":"abc"}';
var object = jQuery.parseJSON(json);
jQuery("div").text(object.test);