JSFiddle - React, Tailwind, and code Playground

by Abid Shaik

HTML

<script src="http://cdn.sencha.io/touch/sencha-touch-2.1.0/sencha-touch-all.js"></script>
<link rel="stylesheet" href="http://cdn.sencha.io/touch/sencha-touch-2.1.0/resources/css/sencha-touch.css">

JavaScript

/*SENCHA Hello World*/
Ext.application({
    name: 'SF',
    launch: function () {
        Ext.Msg.alert("Hello World!!");
    }
});