JSFiddle - React, Tailwind, and code Playground

by nicolas tenorio

HTML

<!DOCTYPE html>
<html>
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Paradas</title>
    
  
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.css">
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?v=3.exp&amp;sensor=true&amp;libraries=places">
</script>
<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/tags/infobox/1.1.9/src/infobox.js"></script>
<script type="text/javascript" src="http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer.js"></script>

<style type="text/css">
	
 
#iframecss {
    width:100%;
    height:100%;
}
	
#name {
	
    width : 100px;}
 div.ui-input-text { border-radius: 0; }
    div.ui-input-search { border-radius: 0; }
    textarea.ui-input-text { border-radius: 0; }

.ui-input-search, div.ui-input-text {
margin: .5em 0;
background-image: none;
position: inherit;}

#ui-btn-corner-inter {
-webkit-border-radius: 0;
border-radius: 0;
}

	
	.ui-content {
		font-family: 'Fugaz One', cursive;
                width: 100%;
    height: 100%;
    position:fixed;
    z-index:0;
margin:0px;
padding:0px;

}
#map-canvas {height:100%; width:100%; margin:0; border:0;padding:0px;font-family: 'Fugaz One', cursive; }
#map-canvas img {
max-width: none;
}
        .nav-search .ui-btn-up-a {
            background-image: none;
            background-color: #333;
        }
        .nav-search .ui-btn-inner {
            border-top: 1px solid #888;
            border-color: rgba(255, 255, 255, .1);
        }
        .nav-search .ui-btn.ui-first-child {
            border-top-width: 0;
            background: #111;
        }
        .userform {
			padding: .8em 1.2em;
		}
        .userform h2...