JSFiddle - React, Tailwind, and code Playground
by HappyCougar
JavaScript
if (getCookie("9_may_respawn") !== "1") {
setCookie("9_may_respawn", "1", { expires: 259200 });
var windowinner ='<style>#nine_may_bg{height:1000px;width:100%;position:absolute;z-index:1000;top:0;left:0;background:rgba(37,37,37,0.6)}#nine_may_image_holder{padding-top:40px;max-width:600px;margin:70px auto 0;font-family:arial;text-align:center;color:#AFAFAF;position:relative;font-size:23px}.nine_may_close{position:absolute;top:-10px;right:0;cursor:pointer}.nine_may_counter{margin-top:30px}.nine_may_counter b{font-size:26px}.nine_may_rlelogo{display:block;margin:0 auto;width:143px;height:47px;background:url(http://rlexpert.ru/templates/real/images/bottom_logo_gray.png) 0 0 no-repeat;-webkit-transition:background .5s ease-in;-moz-transition:background .5s ease-in;-o-transition:background .5s ease-in;-ms-transition:background .5s ease-in;transition:background .5s ease-in}.nine_may_rlelogo:hover{background:url(http://rlexpert.ru/templates/real/images/small_bottom_logo.png) 0 0 no-repeat}.nine_may_rlelogo_text{font-family:arial;font-size:10px;font-weight:700}@media screen and (min-width: 480px) and (max-width: 1000px){#nine_may_image_holder,.nine_may_img{width:300px!important}#nine_may_image_holder{padding-top:0!important;margin-top:10px!important}.nine_may_close{top:0!important;right:-45px!important;width:25px!important}.nine_may_counter{margin-top:5px;margin-bottom:5px;font-size:20px}}</style><div id="nine_may_bg"> <div id="nine_may_image_holder"> <img class="nine_may_close" src="http://rlexpert.ru/templates/real/images/cross-32.png" alt="" /> <img class="nine_may_img" src="http://rlexpert.ru/templates/real/images/9_may.jpg" alt="" /> <p class="nine_may_counter">Окно закроется через <b>5</b> сек</p> <a href="http://rlexpert.ru/" class="nine_may_rlelogo" rel="nofollow"></a> <p class="nine_may_rlelogo_text">Команда RealExpert поздравляет вас с праздником великой победы!</p> </div></div>';
$('body').append(windowinner);
$({someValue:...