JSFiddle - React, Tailwind, and code Playground

by Chase Wilson

HTML

<div id="lense"></div>

CSS

#lense {height: 20px; width: 20px; background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));cursor: pointer;}