JSFiddle - React, Tailwind, and code Playground
HTML
<div onclick="thevid=document.getElementById('video'); thevid.style.display='block'; this.style.display='none'">__HIER KLICKEN!__ </div>
<div id="video">
<iframe width="560" height="315" src="//www.youtube.com/embed/oIkhgagvrjI?controls=2" frameborder="0" allowfullscreen></iframe>
</div>
CSS
#video {display:none;}