JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="initial-scale=1.0, user-scalable=no">
    <meta name="apple-mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="black">
    <title></title>

    <!-- Extra Codiqa features -->
    <!-- jQuery and jQuery Mobile -->

    <link rel="stylesheet" href="css/jquery.mobile-1.3.1.css">
    <link rel="stylesheet" href="css/jquery.mobile.structure-1.3.1.css">
    <link rel="stylesheet" href="css/jquery.mobile.structure-1.3.1.min.css">
    <link rel="stylesheet" href="css/jquery.mobile.theme-1.3.1.css">
    <link rel="stylesheet" href="css/jquery.mobile.theme-1.3.1.min.css">
    <link rel="stylesheet" href="css/base.css">
    <script src="js/jquery-1.9.1.min.js"></script>
    <script src="js/jquery.mobile-1.3.1.js"></script>
   
  
      <!--link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" /-->
    <link type="text/css" href="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.min.css" rel="stylesheet" />       
    <!--script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script-->        
    <script type="text/javascript" src="http://dev.jtsage.com/jquery.mousewheel.min.js"></script>
    <script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.core.min.js"></script>
    <script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.mode.calbox.min.js"></script>
    <script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.mode.datebox.min.js"></script>
    <script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.mode.flipbox.min.js"></script>
    <script type="text/javascript" src="http://dev.jtsage.com/cdn/datebox/latest/jqm-datebox.mode.durationbox.min.js"></script>
    <script type="text/javascript"...

CSS

/* 
    Document   : base
    Created on : Jun 19, 2013, 3:04:41 PM
    Author     : nksharma
    Description:
        Purpose of the stylesheet follows.
*/
    
        body{

            background : transparent url(images/Background-Screen.png) repeat 0 0 !important;
            background-size : cover;
        }
        #Home{
            background: transparent;}
		.ui-popup-screen.in{width: 100% !important; height: 1220px !important;}
        .ui-bar-b{
		background: #68b9fc;  /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background:...