JSFiddle - React, Tailwind, and code Playground
HTML
<iframe class="vimeo-iframe" title="Breakaway Music video Shot on the Canon 7D" src="https://player.vimeo.com/video/10679287?dnt=1&app_id=122963" width="580" height="326" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="" data-origwidth="580" data-origheight="326" style="width: 580px; height: 326px;"></iframe>
<iframe class="vimeo-iframe" title="Breakaway Music video Shot on the Canon 7D" src="https://player.vimeo.com/video/10679287?dnt=1&app_id=122963" width="580" height="326" frameborder="0" allow="autoplay; fullscreen" allowfullscreen="" data-origwidth="580" data-origheight="326" style="width: 580px; height: 326px;"></iframe>
JavaScript
$(document).ready(function() {
$('.vimeo-iframe').each(function(index) {
var new_src = $(this).prop('src') + '&color=f1d925';
$(this).prop('src', new_src)
});
});