JSFiddle - React, Tailwind, and code Playground
by Khanh Le
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Routeique Admin Console</title>
<link href="https://fonts.googleapis.com/css?family=Lato|Open+Sans" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<!-- Bootstrap -->
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/bootstrap-theme.min.css" rel="stylesheet">
<link href="/css/DT_bootstrap.css" rel="stylesheet">
<link href="/css/datepicker.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://npmcdn.com/[email protected]/dist/leaflet.css">
<!-- <link href="/css/bootstrap-editable.css" rel="stylesheet"> -->
<!--<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">-->
<link rel="stylesheet" type="text/css" media="all" href="/css/daterangepicker-bs3.css"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oswald">
<link href="/css/all.css" rel="stylesheet">
<link href="/css/summernote.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="/css/sticky-footer.css" rel="stylesheet">
<!-- LOAD ALL LINKS AS AJAX -->
<link href="/css/bjax.min.css" rel="stylesheet" type="text/css"/>
<link href="/css/dataTables.bootstrap.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="/v2/css/navigation.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-9ralMzdK1QYsk4yBY680hmsb4/hJ98xK3w0TIaJ3ll4POWpWUYaA2bRjGGujGT8w" crossorigin="anonymous">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script...