JSFiddle - React, Tailwind, and code Playground

by bruceyang

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").text(JSON.stringify(jsonObj));