JSFiddle - React, Tailwind, and code Playground

by zfikar

HTML

<head>
<script type="text/javascript">
	var age = prompt("How old are you?");
  if (age<18){
  	document.write("Does your parent know that you are online?")
  	stop();
  }
  	
</script>
</head>
<body>
-- the rest of the page
</body>