JSFiddle - React, Tailwind, and code Playground
by Ronny
HTML
<div id="wrap">
<h1>Hit.me</h1>
<iframe width="853" height="480" src="http://www.youtube.com/embed/ZJ8fMvDvhLc" frameborder="0" allowfullscreen></iframe>
<button id="next">Hit Me! →</button>
</div>
CSS
body {font-family: sans-serif;}
h1 {font-size: 200%;}
#wrap {margin: 0 auto; width: 853px;}
#next {font-size: 24px; font-weight: bold; padding: 10px 20px; width: 853px;}