JSFiddle - React, Tailwind, and code Playground

by Walter Rumsby

HTML

<link rel="stylesheet" href="//content.web/stylesheets/xero.css">

JavaScript

Ext.widget({
    xtype: 'tabpanel',
    renderTo: Ext.getBody(),
    items: [{
        text: 'Foo'
    }, {
        text: 'Bar',
        tabConfig: {
            title: 'Custom Title',
            tooltip: 'A button tooltip'
        }
    }]
});