JSFiddle - React, Tailwind, and code Playground
HTML
<div id="output"></div>
JavaScript
var jsonObj = [
{
"id": "services.html",
"img": "img/SolutionInnerbananer.jpg",
"html": '<h2 class="fg-white">AboutUs</h2><p class="fg-white">developing and supporting complex IT solutions.Touchingmillions of lives world wide by bringing in innovative technology </p>'
}
];
$("#output").html(JSON.stringify(jsonObj));