JSFiddle - React, Tailwind, and code Playground

by tapas_23571113

HTML

<body class="loginBody">
    <form id="form1">
    <div>
    <div class="loginDiv">
        
    </div>
    </div>
    </form>
</body>

CSS

.loginBody {                
    overflow:auto;
}
.loginDiv {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;        
    background-color: black;
    width:546px;
    height:265px;
    margin-left: -273px; /*half width*/
    margin-top: -132px;
}