JSFiddle - React, Tailwind, and code Playground
by wisegorilla
HTML
<script src="https://cdn.plyr.io/3.6.8/plyr.js"></script>
<link rel="stylesheet" href="https://cdn.plyr.io/3.6.8/plyr.css" />
<div class="plyr__video-embed" id="player">
<iframe
src="https://player.vimeo.com/video/545734497?loop=false&byline=false&portrait=false&title=false&speed=true&transparent=0&gesture=media"
allowfullscreen
allowtransparency
allow="autoplay"
></iframe>
</div>
JavaScript
const player = new Plyr('#player', {
autoplay: true,
controls: [],
clickToPlay: false,
loop: { active: true }
});