JSFiddle - React, Tailwind, and code Playground

by timothy_shee

HTML

<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <title></title>
  <meta name="author" content="">
  <meta name="description" content="">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
  <link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" 
  rel="stylesheet"  type='text/css'>
   <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
  <div class="container">
    <div class="row">
      <div class="col-sm-6">
        One of three columns
      </div>
        <!-- Insert the animated thingy here-->
    </div>
    <div class="row">
      <div class="col-sm-6">
        <i class="fa fa-step-backward" aria-hidden="true" style="font-size: 100px; text-shadow: black 0px 1px 0px; color: rgb(0, 0, 0);"> </i>
        <i class="fa fa-pause" aria-hidden="true" style="font-size: 100px; text-shadow: black 0px 1px 0px; color: rgb(0, 0, 0);"></i>
        <i class="fa fa-play" aria-hidden="true" style="font-size: 100px; text-shadow: black 0px 1px 0px; color: rgb(0, 0, 0);"></i>
        <i class="fa fa-step-forward" aria-hidden="true" style="font-size: 100px; text-shadow: black 0px 1px 0px; color: rgb(0, 0, 0);"></i>
      </div>
      <div class="col-sm-6">
         <i class="fa fa-volume-down" aria-hid[den="true" style="font-size: 100px; text-shadow: black 0px 1px 0px; color: rgb(0, 0, 0);"></i>  
         <i class="fa fa-volume-up" aria-hidden="true" style="font-size: 100px; text-shadow: black 0px 1px 0px; color: rgb(0, 0, 0);"></i>
      </div>
    </div>
  </div>
</body>

</html>