JSFiddle - React, Tailwind, and code Playground
by JAAulde
HTML
<input id="fruit" value="{"one":"<1>"}" />
JavaScript
console.log( JSON.parse( $( '#fruit' ).val() ) );
by JAAulde
<input id="fruit" value="{"one":"<1>"}" />
console.log( JSON.parse( $( '#fruit' ).val() ) );