JSFiddle - React, Tailwind, and code Playground

by J. Albert Bowden

HTML

<input id="search" name="Search" type="search" value="Search" />

CSS

input[type="search" i]:hover {
   display:none;
}