JSFiddle - React, Tailwind, and code Playground

HTML

<!doctype html>
<html>
    <head>
        <title>iframe cookie test page</title>
    </head>
    <body>
        <p>To test, leave the checkboxes unchecked, enter <code>1234AB</code> in the first text field, and <code>1</code> in the second, then hit submit. You should get a modal with a progress bar. After a few seconds you are redirected to a result page. In IE, the same form is shown, because of the cookie not being set. 
        <iframe src="http://telefonievergelijker.partner.overstappen.nl" width="100%" height="600" seamless>
        </iframe>
    </body>
</html>