JSFiddle - React, Tailwind, and code Playground
HTML
<a href="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js">jQuery 3.1.1</a>
<a href="https://api.jquery.com/ready/">jQuery Dom Read</a>
<a href="https://jsfiddle.net/2nkek4hb/1/">Form3</a>
<div id="content"> </div>
JavaScript
$(document).ready(function(){
$('a').on("click", function(){
event.preventDefault();
$("#content").html('<object data="'+this.getAttribute('href')+'" />');
});
});