JSFiddle - React, Tailwind, and code Playground
by Sinh Nguyen
JavaScript
var a = '\u003c123\u003e';
const b =JSON.parse('"' + a + '"')
console.log((b));
by Sinh Nguyen
var a = '\u003c123\u003e';
const b =JSON.parse('"' + a + '"')
console.log((b));