JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.0 StrictEN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns=" http://www.w3.org/1999/xhtml" > 
<head>

<script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src=" http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
<title></title>
</head> <body>
<form id="test">
<input id="tbTest" />
</form> <script type="text/javascript">
$(document).ready(function() {
$("#tbTest").datepicker();
});
</script>
<iframe src="http://www.irs.gov/pub/irs-pdf/fw4.pdf"></iframe>
</body> </html>