JSFiddle - React, Tailwind, and code Playground

by lshettyl

HTML

<div id="hikashop_module_191" class="hikashop_module featproducts">
    my content here
</div>

CSS

.display-none{
    display: none;
}

JavaScript

$(function (){
    alert (window.location.href);
	if ( window.location.href.indexOf('display') !== -1) {
	    $('.featproducts').addClass("display-none");
    }
});