JSFiddle - React, Tailwind, and code Playground

by ahmedadil1000

HTML

<script>
function target_popup(form) {
    window.open('', 'Codes.php', 'width=400,height=400,resizeable,scrollbars');
    form.target = 'Codes.php';
}
</script>

<html>
  <head>
<title>
</title>
<link rel="shortcut icon" href="favicon.ico" >
<link href="./css/edge-base.css,edge-style.css" rel="stylesheet" type="text/css" />
		<link href="css/Grid.css" rel="stylesheet" type="text/css">
		<link href="http://fonts.googleapis.com/css?family=Droid+Sans:400,700" rel="stylesheet" type="text/css">
		<style type="text/css">
		.button {
   border-top: 1px solid #2a79a3;
   background: #c7cccf;
   background: -webkit-gradient(linear, left top, left bottom, from(#373f47), to(#c7cccf));
   background: -webkit-linear-gradient(top, #373f47, #c7cccf);
   background: -moz-linear-gradient(top, #373f47, #c7cccf);
   background: -ms-linear-gradient(top, #373f47, #c7cccf);
   background: -o-linear-gradient(top, #373f47, #c7cccf);
   padding: 7.5px 15px;
   -webkit-border-radius: 40px;
   -moz-border-radius: 40px;
   border-radius: 40px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #1982bf;
   background: #1982bf;
   color: #ccc;
   }
.button:active {
   border-top-color: #ffffff;
   background: #ffffff;
   }
			HTML{margin:0px;padding:0px;min-height:100%;background-color:#5597cf;color:#eee;background-image:-webkit-linear-gradient(bottom, #80b4e1, #5597cf);background-image:-moz-linear-gradient(bottom, #80b4e1, #5597cf);background-image:-ms-linear-gradient(bottom, #80b4e1, #5597cf);background-image:-o-linear-gradient(bottom, #80b4e1, #5597cf);background-image:linear-gradient(bottom, #80b4e1, #5597cf);}
			BODY{margin:0px;padding:0px;font-family:"Droid...

JavaScript

$("#sortedby").change(function () {
      $("#rwnr select").val($(this).val());
  });