JSFiddle - React, Tailwind, and code Playground

by Rik Flink

HTML

<!DOCTYPE html>
<html lang="en">
	<head>
		<script src="https://live4.easywebinar.eu/assets/cache/fa40470f6f8cbcfc2461d7a01de5b023.js"></script>
		<script>
			$(function(){
			    
          $(document).on("click", "button", function(){
		                    console.log("this",this);
		                });
			});
      
      
		</script>
	</head>
	<body>
		<div id="app" v-cloak="">
			<qld-component-player data-qld-name="player" data-qld-config="{'skin':{'name':'bekle'},'width':'320','height':'180','aspectratio':'16:9' }" >
			</qld-component-player>

			<button>Click me</button>
		</div> <!-- end APP -->

		<script type="text/javascript">
				window.qldConfig = {"scope":"#app","broadcastId":"mednet-20180301","identifiers":{"email":"","ods":""}};
		</script>
		<script async="" type="text/javascript" src="https://livedirector-assets.s3.amazonaws.com/app.js"></script>
			<button>Click me</button>					
	</body>
</html>