JSFiddle - React, Tailwind, and code Playground

by Walter Rumsby

HTML

<script src="//static.branch12.test.xero.com/content/1.8/libs.js"></script>
<script src="//static.branch12.test.xero.com/content/1.8/xero.js"></script>
<link rel="stylesheet" href="//static.branch12.test.xero.com/content/1.8/xero.css">
<div class="x-page">
    <div id="container" class="x-content">
        
    </div>
</div>

JavaScript

Ext.widget({
    xtype: 'button',
    renderTo: 'container',
    text: 'Hello World'
});