必要タグは以下です
<script type="module" src="https://cdn.remap.cloud/widget/v1/widget.js"></script>

<style>
	remap-widget {
		display: block;     /* ブラウザにより付けておいたほうが安全 */
		width: 100%;
		max-width: 1200px;
		height: ***px;
		margin: 0 auto;     /* 中央寄せ */
	}
</style>

<remap-widget
	tenant-id="****************"
	profile-id="****************
	item-id="****************"
	theme-id="****************"
>
</remap-widget>
パラメーター指定で表示させる場合は、style指定する高さも試してみることができます
https://cdn.remap.cloud/wc-demo/map/index.html?appName=RemapWidget&tenantId=***&***&itemId=***&themeId=***&style={"widgetHeight":800,"widgetHeightSp":900}