JSFiddle - React, Tailwind, and code Playground

by AkaiKen

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Poney club de Grenade !</title>
    <meta name="Robots" content="index,follow" />
    <meta name="Copyright" content="Poney Club de Grenade">
    <meta name="author" content="Camille Depasse, Damien Vercher" />
    <meta name="Language" content="fr">
    <meta name="Description" content="Site du Poney-Club de Grenade">
    <meta name="Keywords" content="Poney-Club de Grenade, Poney Club de Grenade, poney-club grenade, Poney-Club Grenade, Equitation Grenade, Poneys, Poney, Cours equitation, Dressage Grenade, Obstacle Grenade, Les amis des Poneys de Grenade, Flo, Floriane, Balade Grenade, Balade à poneys, Balade Grenade Cheval">
    <link rel="stylesheet" type="text/css" href="http://poneyclubdegrenade.fr/css/main.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="http://poneyclubdegrenade.fr/css/design.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="http://poneyclubdegrenade.fr/css/nivo-slider.css" media="screen" />
    <link rel="stylesheet" type="text/css" href="http://poneyclubdegrenade.fr/css/default/default.css" media="screen" />
</head>
<body>
    <div id="wrapper">
        <div id="logo">
            <h1><a href="index.php">PONEY CLUB <span>DE GRENADE</span></a></h1>
        </div>

        <div id="content">
        <!-- Menu -->
            <ul class="menu" id="jMenu">
                <li class="current"><a href="index.php">Accueil</a></li>
                <li><a>Activités</a>
                    <ul>
                        <li><a href="index.php?p=Cours">Cours</a></li>
                        <li><a href="index.php?p=Horaires">Horaires</a></li>                        
                        <li><a href="index.php?p=Tarifs">Tarifs</a></li>
  ...

CSS

*{ margin: 0; padding: 0; }

:focus,:active { outline: 0; }
body { font: 12px Tahoma, Arial, Sans-Serif; float: center; color: #000; background: #ccc; background-position: center ;}
a { text-decoration: none; color: #000; }
    a:hover { color: #000; }
.x { clear: both; }

p { line-height: 22px; margin: 0 0 22px; color:#666; }
img { border: 0; }


h1 { font-size: 24px; font-weight: normal; margin-bottom: 15px;}
h2 { font-size: 14px; font-weight: normal; margin-bottom: 2px; color: #333; }
h3 { font-size: 14px; font-weight: bolder; margin-bottom: 10px; color: #333; }
h4 { font-size: 18px; font-weight: normal; float: left; margin: 3px 0 10px; width: 460px; }

#wrapper { margin: 0 auto; width: 980px; background: url(../images/bg.jpg) no-repeat; }

#logo { padding: 20px 12px 10px; }
    #logo h1 { font: bold 24px Arial; text-shadow: 1px 1px 1px #fff; letter-spacing: 4px; }
        #logo h1 a { color: #333; }
        #logo h1 a span { color: #000; }
#content { background: #fff; width: 980px; }

.menu { list-style:none; margin: 14px 25px 0 10px; width: 800px; float: left; }
    .menu li { float: left; margin: 0 4px 0 0; }
    .menu li a { display: block; font-size: 14px; padding: 14px 24px; border: 1px solid #fff; }
    .menu a:hover, .menu li.current a { border: 1px solid #ddd; }

        .menu li ul { display: block; background: #fff; margin: -1px 0 0; position: absolute; display: none; z-index: 12; border: 1px solid #ddd; }
        .menu li ul li { float: none; display: inline; margin: 0; padding: 0; }
        .menu li ul li a { width: auto; margin: 4px; white-space: nowrap; }

#search { float: right; width: 275px; margin: 23px 18px; display: inline; }
    #search .text { width: 227px; height: 16px; border: 1px solid #ddd; padding: 5px; float: left; color: #888; }
    #search .submit { float: right; border: 0; background: #000 url(../images/search.gif) no-repeat center 8px; width: 32px; height: 28px; padding-top: 1px; }

#pitch { margin-bottom: 30px; }
    #pitch...