JSFiddle - React, Tailwind, and code Playground

HTML

</head>
<body>
	<div class="wrap">
		<div class="post">
			<div class="video">
				<iframe id="ytplayer" type="text/html" width="854" height="480.375" src="https://www.youtube.com/embed/bnBJKcXx00s?controls=0&rel=0&showinfo=0" frameborder="0" allowfullscreen>
			</div>
			<div class="postinfo">This is a video</div>
		</div>
		<div class="footer">L-O.LA</div>
	</div>
	<script src="http://code.jquery.com/jquery-latest.min.js"></script>
	<script src="app.js"></script>
</body>
</html>