JSFiddle - React, Tailwind, and code Playground

HTML

<script>
    $(document).ready(function() {
        $('#frameExtraFields').load(function() {
            $(this).height($(this).contents().height());
        });
    });
</script>
<iframe src="/user/login/" width="100%" height="auto" id="frameExtraFields"></iframe>