JSFiddle - React, Tailwind, and code Playground

by schmidjon

HTML

<!doctype html>
<html lang="en">

<head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no" />
    <meta name="theme-color" content="#000000" />
    <link href="https://fonts.googleapis.com/css?family=Montserrat" rel="stylesheet">
    <title>Volunteers Application Form</title>
    <style>
        .cyf-form {
            width: 880px;
            max-width: 90%;
            margin: 30px auto;
            line-height: 1.5em;
            font-family: Montserrat, sans-serif
        }
        
        h1 {
            line-height: 1.2em
        }
        
        @media only screen and (max-width:800px) {
            .cyf-form {
                position: fixed;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                padding: 0 5%;
                -webkit-overflow-scrolling: touch;
                -webkit-transform: translate3d(0, 0, 0);
                overflow-y: scroll
            }
        }
    </style>
    <link href="https://staging.forms.codeyourfuture.io/static/css/main.5d12e1c7.css" rel="stylesheet">
</head>

<body>
    <div class="cyf-form" data-form="ApplicationForm"></div>
    <script src="https://staging.forms.codeyourfuture.io/static/js/main.8f14d2d6.js"></script>
</body>

</html>