JSFiddle - React, Tailwind, and code Playground

by BramVanroy

JavaScript

$("#popupedit ").css({
    left: ($(window).width() - $('.className').outerWidth())/2,
    top: ($(window).height() - $('.className').outerHeight())/2
});