JSFiddle - React, Tailwind, and code Playground

by rodrigonery

HTML

<img src="http://placeholder.it/200x200" alt="teste">

CSS

input[type=range].custom::-webkit-slider-thumb {
    -webkit-appearance: none;
    background-color: Green;
    opacity: 0.5;
    width: 10px;
    height: 40px;
}