JSFiddle - React, Tailwind, and code Playground
by Sergey khorev
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<div class="block"></div>
</body>
</html>
CSS
.block{
height:250px;
width:250px;
border: 1px solid #353535;
border-radius:3px;
/* cursor: url('https://shopbarn.ru/catalog/view/theme/default/image/close-icon.png')auto; */
cursor: url("/uploads/media/default/0001/02/4be757cf6e9ffc865861649ca423654484ad3dc1.png"), auto;
}