JSFiddle - React, Tailwind, and code Playground

by fredd man

HTML

<html>
	
<!-- Load Facebook SDK for JavaScript -->
      <div id="fb-root"></div>
      <script>
        window.fbAsyncInit = function() {
          FB.init({
            xfbml            : true,
            version          : 'v8.0'
          });
        };

        (function(d, s, id) {
        var js, fjs = d.getElementsByTagName(s)[0];
        if (d.getElementById(id)) return;
        js = d.createElement(s); js.id = id;
        js.src = 'https://connect.facebook.net/es_LA/sdk/xfbml.customerchat.js';
        fjs.parentNode.insertBefore(js, fjs);
      }(document, 'script', 'facebook-jssdk'));</script>

      <!-- Your Chat Plugin code -->
      <div class="fb-customerchat"
        attribution=setup_tool
        page_id="103430001490104"
  theme_color="#7646ff"
  logged_in_greeting="cual es tu consulta?"
  logged_out_greeting="cual es tu consulta?">
      </div>


   

        
        <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
        
<!--add 1-->
<body>

<p>https://embed-ssl.wistia.com/deliveries/155215cba81d971e72b895c6ddf6fdc0.bin?disposition=attachment&filename=12nov.m3u</p>

<style type="text/css">
body {
	font-family: Arial, Helvetica, sans-serif;
}

t /* The Modal (background) */
.modal1 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.modal1-content {
	position: relative;
    background-color: #fefefe;
    margin: 10px; /* 15% from the top and centered */
    padding: 0;
    border: 1px solid #888;
	border-radius: 15px;
  top: 0;
    width: 700px; /* Could be more or less, depending on screen size */
    height: 500px;
	box-shadow: 0 4px 8px 0...