JSFiddle - React, Tailwind, and code Playground

by meandnotyou

HTML

<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.css">
<div data-role="page" id="dashboard" data-url="dashboard" tabindex="0" class="ui-page ui-body-c ui-page-header-fixed ui-page-panel ui-page-active" style="padding-top: 44px; min-height: 777px;">
    <div data-role="header" data-theme="a" data-position="fixed" class="ui-header ui-bar-a ui-header-fixed slidedown ui-panel-content-fixed-toolbar ui-panel-animate ui-panel-content-fixed-toolbar-closed ui-fixed-hidden" role="banner">
        <h3 class="ui-title" role="heading" aria-level="1">Dashboard</h3>
        <a data-role="button" data-inline="false" data-theme="a" href="#panel" data-icon="bars" data-iconpos="notext" class="ui-btn-left ui-btn ui-btn-up-a ui-shadow ui-btn-corner-all ui-btn-block ui-btn-icon-notext" data-corners="true" data-shadow="true" data-iconshadow="true" data-wrapperels="span" title=""><span class="ui-btn-inner"><span class="ui-btn-text"></span><span class="ui-icon ui-icon-bars ui-icon-shadow">&nbsp;</span></span></a>
    </div>
    <div class="ui-panel-content-wrap ui-body-c ui-panel-animate ui-panel-content-wrap-closed"><div id="dashboard_content" data-role="content" class="page_container ui-content" role="main"><div class="content_container">
    <div id="graph_1376444562322" style="width: 100%" data-highcharts-chart="0"><div class="highcharts-container" id="highcharts-0" style="position: relative; overflow: hidden; width: 1882px; height: 400px; text-align: left; line-height: normal; z-index: 0; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif; font-size: 12px;"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1882" height="400"><desc>Created with Highcharts 3.0.4</desc><defs><clipPath id="highcharts-1"><rect fill="none" x="0" y="0" width="1782"...

CSS

.content_container {
    padding-top: 5px;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}