.tailwind-reset {
    position: relative;
}

.tailwind-reset .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}