JSFiddle - React, Tailwind, and code Playground

by mugabo

HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Twitter bootstrap --> 
<link href="http://twitter.github.com/bootstrap/1.4.0/bootstrap.min.css" type="text/css" rel="stylesheet">
</head>

  
<body>

  <!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
   <h1>Hello, !world!</h1>
   <p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
       <a class="btn btn-large btn-success" href="#">Sign up today</a>
</div>   
   

 


</body>
  
</html>