JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="http://jsonary.com/renderers/basic.jsonary.css">
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<div id="target1"></div>
JavaScript
//var json = {hello: "world"};
var data = Jsonary.create({"title": "Example data"}).readOnlyCopy();
$('#target1').renderJson(data);