JSFiddle - React, Tailwind, and code Playground

by Ali Khaled

HTML

80% of storage used … You can clean up space or get more storage for Drive, Gmail, and Google Photos.
index.html
<!DOCTYPE html>
<!-- saved from url=(0031)/assets/ -->
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	
	<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
	<title>Carlisting - Documentation</title>
	<link rel="stylesheet" href="./assets/bootstrap.min.css">
	<link rel="stylesheet" href="./assets/lightbox.min.css">
	<link rel="stylesheet" href="./assets/spacing.css">
	<link rel="stylesheet" href="./assets/style.css">
</head>
<body>

	<nav class="navbar navbar-inverse navbar-fixed-top" id="top">
		<div class="container">

			<div class="navbar-header">
				<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
					<span class="sr-only">Toggle navigation</span>
					<span class="icon-bar"></span>
					<span class="icon-bar"></span>
					<span class="icon-bar"></span>
				</button>
				<a class="navbar-brand" href="#">Carlisting Documentation</a>
			</div>

			<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
				<ul class="nav navbar-nav">
					<li class="dropdown">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Getting Started <span class="caret"></span></a>
						<ul class="dropdown-menu">
							<li><a href="#overview">Overview</a></li>
							<li><a href="#features">Features</a></li>
							<li><a href="#requirements">Requirements</a></li>
							<li><a href="#installation">Installation</a></li>
							<li><a href="#configuration">Configuration</a></li>
						</ul>
					</li>
					<li class="dropdown">
						<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Front End Options <span class="caret"></span></a>
						<ul...