JSFiddle - React, Tailwind, and code Playground

by rodrigonery

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
    <title>jQuery Youtube Player API Example</title>
    <meta http-equiv="Content-type" content="text/html;charset=UTF-8" />
    <link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/black-tie/jquery-ui.css" />
    <link type="text/css" rel="stylesheet" href="http://fonts.googleapis.com/css?family=Droid+Sans&amp;subset=latin" />
    <link type="text/css" rel="stylesheet" href="../css/youtube-player.css" />
    <link type="text/css" rel="stylesheet" href="css/example.css" />
</head>
<body class="advanced">
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script>
    <script type="text/javascript" src="../js/jquery.youtube.player.js"></script>

    <div id="github-ribbon">
        <a href="http://github.com/badsyntax/jquery-youtube-player">
            <img src="http://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub" />
        </a>
    </div>

    <div id="centered">

        <h1>
            <a href="../index.html">
                jQuery Youtube Player
            </a>
        </h1>

        <p>
            The plugin has many options and events you can use to customize your player. View the 
            <a href="http://github.com/badsyntax/jquery-youtube-player/wiki/Installation-and-usage">usage guide</a> for a full list of the 
            available plugin options and events.
        </p>

        <div class="clearfix">

            <div class="helper-left" style="width:430px">

                <div class="youtube-player">
                    <div class="youtube-player-video">
                        <div...