JSFiddle - React, Tailwind, and code Playground

HTML

<div class="block_delete">tafsadfaf</div>

JavaScript

$(".block_delete")   
    .mousedown(function (){ 
        setTimeout(function(){
            OpenLoader();
            }, 1000);
            });

    function OpenLoader(){alert('test');}