JSFiddle - React, Tailwind, and code Playground

by kodjoe mambi

HTML

<h1 class="wl-error-page">
PAGE INTROUVABLE
</h1>

JavaScript

if ($(".wl-error-page").length) { // section exists
        $("h1").text("page introuvable");
        setTimeout(function() {
            window.location.href = "https://www.djo.agenceccmg.com/";
        }, 2000);
}