JSFiddle - React, Tailwind, and code Playground

by Ryan Morris

HTML

<html>

	<head>

	<!-- Latest compiled and minified CSS -->
	<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">

	<!-- Latest compiled and minified JavaScript -->
	<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>

	</head>

	<body>

		<h1>Hello, world</h1>

		<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>

	</body>

</html>