JSFiddle - React, Tailwind, and code Playground

by velthune

HTML

<video id="id19367" class="innerId"/>

<video id="19367" class="noId"/>

JavaScript

$(window).ready(function(){
      $('video').each(function() {
console.log(this.attr('id'));                  
      });

  });