JSFiddle - React, Tailwind, and code Playground
HTML
<script src="http://json-generator.appspot.com/static/js/app.js"></script>
<link rel="stylesheet" href="http://json-generator.appspot.com/static/css/styles.css">
<textarea id="si" class="text" spellcheck="false">
{
"id": "$incr",
"avatar": "images/user_$incr.png",
"age": "$randInt(18,60)",
"admin": "$bool",
"name": "$firstName $lastName",
"company": "$company",
"phone": "$phone",
"email": "$email",
"birthDate": "$date",
"field": "field value"
}
</textarea>
<span id="warn"></span>
<div class="bw">
<input type="number" id="al" title="Enter array length" value="5" />
<input type="button" onclick="init();" value="Do it!" />
<input type="reset" class="bbtn" id="reset" title="Reset page" value="Reset" />
<input type="button" class="bbtn" id="sel" title="Select result" value="Select" />
</div>
<div id="ou" class="text"></div>
<footer> © 2011 Rainum. <a class="feedback" href="mailto:[email protected]">Send Feedback</a></footer>