JSFiddle - React, Tailwind, and code Playground

by Chris Moore

HTML

<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
    <meta name="description" content="Davy is a doosh :)"/>

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
    <!-- jQuery first, then Tether, then Bootstrap JS. -->
    <script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
  </head>
  <body>
    <h1>Hello Dan. You sexy bastard, this is just a basic webpage!!</h1>
    <p>
    A webpage is simply made up of the following:
    </p>
    <ul>
    
    <li>A 'html' tag, that must open at the start and close at the end page (see the top left panel, line 2)</li>
    <li>A 'head' tag, where styling and cool interaction funcationality is placed (see the top left panel, line 3)
      <ul>
      <li>In the 'head tag' you'll find sub tags/code such as:<ul>
      <li>'meta' tags (for google and other systems to read information about your site) see line 7 in the top left panel</li>
      <li>'link' tags, to include other files in your webpage so it doesnt get too clogged up with code making it unbearable and overwhelming to read through (see line 10, this uses a framework(codebase) called bootstrap that...