JSFiddle - React, Tailwind, and code Playground

by Aakash Chakravarthy

HTML

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />  
<title>Creating triangles with CSS - Aakash Web</title>
<link rel="stylesheet" type="text/css" media="all" href="http://localhost/wordpress/wp-content/themes/aw-7/style.css" />
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>-->
<script type="text/javascript" src="http://localhost/resources/js/jquery.js"></script>
<link rel="shortcut icon" type="image/png" href="http://localhost/wordpress/wp-content/themes/aw-7/images/favicon.png">
<link rel="pingback" href="http://localhost/wordpress/xmlrpc.php" />
<link rel="alternate" type="application/rss+xml" title="Aakash Web - RSS Feed" href="http://feeds2.feedburner.com/AakashWeb">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name='robots' content='noindex,nofollow' />

<!-- This site is optimized with the Yoast WordPress SEO plugin v1.2.8.5 - http://yoast.com/wordpress/seo/ -->
<!-- Admin only notice: this page doesn't show a meta description because it doesn't have one, either write it for this page specifically or go into the SEO -> Titles menu and set up a template. -->
<link rel="canonical" href="http://localhost/wordpress/code/creating-triangles-with-css/" />
<!-- / Yoast WordPress SEO plugin. -->

<link rel='shortlink' href='http://localhost/wordpress/?p=948' />

<meta property="og:type" content="article"/>
<meta property="og:image" content="http://localhost/resources/thumbnails/common/no-image.png"/>
<meta property="og:site_name" content="Aakash Web"/>
<meta property="fb:page_id" content="102453489826234" />
<!--[if lt IE 9]>
<script src="http://webdesignerwall.com/wp-content/themes/wall/js/css3-mediaqueries.js"></script>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

</head>

<body>

<!-- Header -->
<div id="headBg"></div><a id="top"></a>
<header id="header">
    <hgroup...