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>FSIS Analytical Tool</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">-->
<style type="text/css">
body {
padding-top: 20px;
}
</style>
<!--<script src="js/vendor/modernizr-2.8.3.min.js"></script>-->
</head>
<body>
<div class="container">
<!--<div class="row">-->
<!-- <div class="col-sm-offset-3 col-sm-9">-->
<!-- <h1>USDA Analytical Tool</h1>-->
<!-- </div>-->
<!--</div>-->
<br>
<!--<br>-->
<div class="row">
<div class="col-sm-6">
<div class="well">
<form id="myform" class="form-horizontal" action="m1-ds1.html" method="get" enctype="multipart/form-data">
<div class="form-group">
<label for="datasetselect" class="col-sm-5 control-label">Select dataset</label>
<div class="col-sm-7">
<select...