JSFiddle - React, Tailwind, and code Playground

HTML

<iframe id="iframe_your_bids" src="../file.asp"></iframe>

JavaScript

$(document).ready(function() {
  $('#iframe_your_bids').load(function(){
    document.getElementById('iframe_your_bids').contentDocument.location.reload(false);
  });
});