JSFiddle - React, Tailwind, and code Playground
by littlesandra88
HTML
<!DOCTYPE html>
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="http://code.jquery.com/jquery-1.6.1.min.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.datepicker.js"></script>
<link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
<link rel="stylesheet" href="http://jqueryui.com/demos/demos.css">
<link rel="stylesheet" type="text/css" media="screen, projection" href="/screen.css" />
<link rel="stylesheet" type="text/css" media="screen, projection" href="/buttons-screen.css" />
<style type="text/css">
.cellHeader { float: left; min-width: 15em; font-weight: bold; background-color: rgb(235, 239, 249); padding: 0.4em 1em; }
.cellData { float: left; min-width: 15em; padding: 0.4em 1em; line-height:3em; }
.cellEdit { min-width: 5em; text-align: right; white-space: nowrap; padding-right: 0.6em; line-height:3em; }
.cellRadios { line-height: 1; }
.row { clear: both; }
.rowMembers { width:60%; margin:0px auto; text-align:left; }
</style>
<link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
<script src="http://jqueryui.com/external/jquery.bgiframe-2.1.2.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.mouse.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.button.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.draggable.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.position.js"></script>
<script src="http://jqueryui.com/ui/jquery.ui.dialog.js"></script>
<link rel="stylesheet" href="http://jqueryui.com/demos/demos.css">
...