JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="flipping_book_iframe" width="800" scrolling="no" id="prev" src="http://claudiopuglia.com/apps-accueil">your browser needs to be updated.
</iframe>

JavaScript

$(document).ready(function() {
  
      let iframe = $('#flipping_book_iframe');
      
    
      let allAs = iframe.contents().find('body');
      let ssd = allAs.contents().find('a[target=_blank]');
      console.log(ssd.selector);
})