JSFiddle - React, Tailwind, and code Playground
by Steve
HTML
<!--[if IE]>
<object classid="clsid:25336920-03F9-11CF-8FD0-00AA00686F13" data="http://www.example.com">
<p>backup content</p>
</object>
<![endif]-->
<!--[if !IE]> <-->
<object type="text/html" data="https://ssccust1.spreadsheethosting.com/1/b1/6b449351310145/MHB%20Savings%20Calculator%204.24/MHB%20Savings%20Calculator%204.24.htm" style="width:100%; height:500px">
<p>backup content</p>
</object>
<!--> <![endif]-->
JavaScript
$(document).ready(function() {
$("div").contents();
})