JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="//static.branch9.test.xero.com/content/develop/xero.css">
JavaScript
Ext.widget({
xtype: 'combobox',
renderTo: Ext.getBody(),
store: [
'One', 'Two', 'Three', 'Four'
]
});