JSFiddle - React, Tailwind, and code Playground

by Dhanck

HTML

<!-- <iframe src=https://customer-scheduler.dev-apps.parla.tech/schedule/storetale width="100%" height="100%" scrolling="yes" style="border: 0; height: 2132px;" /> -->
<div id="parla"></div>

CSS

*{
  margin:0;
  padding:0;
}
#parla{
  width: 100%;
  height: 2132px;
}

JavaScript

$('#parla').load("https://customer-scheduler.test-apps.parla.tech/schedule/storetale");