JSFiddle - React, Tailwind, and code Playground
by ghostoy
HTML
<script src="https://unpkg.com/[email protected]/index.js"></script>
<div id="output">
</div>
JavaScript
var str = format('{a.b.c} is a {a.d}', {a: {b: {c: 'Alice'}, d: 'girl'}});
document.getElementById('output').innerHTML = str;