JSFiddle - React, Tailwind, and code Playground

by Alireza Safian

HTML

<div class="wrapper">

</div>

CSS

.wrapper {
    border: 1px solid #ccc;
    height: 60px;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    width: 200px;
}