JSFiddle - React, Tailwind, and code Playground

by Alex Azuero

HTML

<!doctype html>
<html class="no-js" lang="">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <title>Raw Meat: Data Download By Establishment ID </title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" integrity="sha512-dTfge/zgoMYpP7QbHy4gWMEGsbsdZeCXz7irItjcC3sPUFtf0kuFbDz/ixG7ArTxmDjLXDmezHubeNikyKGVyQ==" crossorigin="anonymous">
        <!-- Optional theme -->
        <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css" integrity="sha384-aUGj/X2zp5rLCbBxumKTCw2Z50WgIr1vs/PFN4praOTvYXWlVyh2UtNUU0KAUhAX" crossorigin="anonymous">-->
        
        <!-- multi select plugin http://loudev.com/ -->
        <link href="css/multi-select.css" media="screen" rel="stylesheet" type="text/css">
        
        <!-- date picker plugin 
        http://eternicode.github.io/bootstrap-datepicker/?markup=input&format=%27yyyy-mm-dd%27&weekStart=&startDate=&endDate=&startView=0&minViewMode=0&maxViewMode=2&todayBtn=false&clearBtn=false&language=en&orientation=auto&multidate=&multidateSeparator=&autoclose=on&keyboardNavigation=on&forceParse=on&defaultViewDate=on#sandbox
        -->
        <link href="css/bootstrap-datepicker.min.css" media="screen" rel="stylesheet" type="text/css">
        
        
        <style type="text/css">
            body {
                padding-top: 20px;
            }
            .ms-container {
                width: inherit;
            }
            .small-paddingleft{
                color:#999;
                padding-left:10px;
                font-size:0.9em;
            }
            .small{
                color:#999;
                font-size:0.9em;
            }          .boxed {
            border: 1px solid green ;
           ...