JSFiddle - React, Tailwind, and code Playground
by Dhanck
HTML
<div id="content">
</div>
CSS
#content {
width: 300px;
height: 200px;
border: 1px solid green;
}
JavaScript
/* $('#content').load("https://vnexpress.net"); */
$(document).ready(function(){
$("#content").attr("src","http://vnexpress.net");
})