JSFiddle - React, Tailwind, and code Playground

by mattblancarte

HTML

<html lang="en-US"><!--<![endif]--><head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=0">
<title>Book More Brides | Just another WordPress site</title>
<link href="http://ubd.me/bmb/wp-content/themes/bookmorebrides/style.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,900,400italic|Euphoria+Script" rel="stylesheet" type="text/css">
<link href="http://ubd.me/bmb/wp-content/themes/bookmorebrides/favicon.ico" rel="shortcut icon" type="image/x-icon">
<link href="http://ubd.me/bmb/wp-content/themes/bookmorebrides/favicon.ico" rel="icon" type="image/x-icon">
<link href="http://ubd.me/bmb/xmlrpc.php" rel="pingback">
<link href="http://gmpg.org/xfn/11" rel="profile">
<script id="shr-google-analytics" type="text/javascript" async="" src="//google-analytics.com/ga.js"></script><script id="shr-analytics" type="text/javascript" async="" src="//dtym7iokkjlif.cloudfront.net/dough/1.0/shareaholic-analytics.js"></script><script data-cfasync="false" src="https://dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js" type="text/javascript" async=""></script><script type="text/javascript" async="" src="http://www.google-analytics.com/ga.js"></script><script type="text/javascript" defer="" async="" src="http://piwik.bookmorebrides.com/piwik.js"></script><script id="twitter-wjs" src="http://platform.twitter.com/widgets.js"></script><script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://ubd.me/bmb/wp-content/themes/bookmorebrides/js/main.js"></script>
<script type="text/javascript">
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-4338146-9']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' ==...

JavaScript

jQuery(document).ready(function($){
  setTimeout(function () {
    if(!$.cookie('bmb_cookie')){
	   $("#bmb-popup").modal(); 
    }
    $.cookie('bmb_cookie', 'close', { expires: 0 });
  }, 60000);
});