JSFiddle - React, Tailwind, and code Playground
by Andreu
HTML
<script src="https://player.vimeo.com/api/player.js"></script>
<section class="video" id="video">
JavaScript
var video_top_bloc = document.getElementById('video');
var options = {
id: 276749992,
title: false
};
var player = new Vimeo.Player('video', options);
player.on('play', function() {
console.log('played the video!');
});