JSFiddle - React, Tailwind, and code Playground

by ricky1015

HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
    <title>jQuery WanderWall by AddyOsmani.com</title>
    <!-- 

Distributed by AddyOsmani.com as part of a jQuery tutorial, 2010.

License
===============================================================================
You may freely use the attached code in any personal or commercial project 
with the exception of those projects sold or distributed on the Envato network. 
I believe that jQuery projects should be on the whole free to continue the spirit 
and nature of open-source upheld by the jQuery team. Hope his tutorial's helpful!.

Forks/Extensions
================================================================================
From time to time developer's contact me wishing to update or extend a project 
in another direction or to better improve it for the community. If you wish to
do so, please feel free to. I only ask that you consider leaving my name and a
link back to the site somewhere in your documentation so that other developers
are able to refer back to the source material if needed :)

-->
    <link rel="stylesheet" href="http://files.cnblogs.com/techborther/main.css" type="text/css" media="screen" />
    <script src="http://files.cnblogs.com/techborther/jquery-1.4.2.min.js"></script>
    <script src="http://files.cnblogs.com/techborther/application.js"></script>
    <script src="http://files.cnblogs.com/techborther/jquery.background.js"></script>
    <!--[if IE]> 
<link rel="stylesheet" href="http://files.cnblogs.com/techborther/ie.css" type="text/css" charset="utf-8">
<![endif]-->
    <link rel="stylesheet" href="http://files.cnblogs.com/techborther/stylesheet.css" type="text/css" charset="utf-8" />
    <link rel="stylesheet" href="http://files.cnblogs.com/techborther/tooltips.css" type="text/css" charset="utf-8" />
</head>
<body>
    <div id="wanderwall">
        <div class="wrapper">
            <div id="frame1" class="frame first">
    ...