JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
background: red;
width: 300px;
height: 300px;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
<div></div>
div {
background: red;
width: 300px;
height: 300px;
cursor: -webkit-zoom-in;
cursor: zoom-in;
}