JSFiddle - React, Tailwind, and code Playground
HTML
<div id="PlaceToPutTable"></div>
<iframe id="iframe" src="http://hargapangan.slemankab.go.id/" style="display:hidden;"></iframe>
JavaScript
var iframe = document.getElementById("iframe");
var div = document.getElementById("PlaceToPutTable");
div.innerHTML = iframe.contentWindow.document.getElementById("content-id").innerHTML;