JSFiddle - React, Tailwind, and code Playground

by Frank Liu

HTML

<!DOCTYPE html>
<html>
<body>

<h2>HTML Iframes</h2>
<p>You can use the height and width attributes to specify the size of the iframe:</p>

<iframe src="https://skypay-04.bskyb.com/skypay?id=sky-oneoff&currency=GBP&app=skymobile&accountType=SOIP&orgUnit=SKY&consumerType=ECOM&customerType=soip" height="200" width="300" title="Iframe Example"></iframe>

</body>
</html>