JSFiddle - React, Tailwind, and code Playground
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'
});