JSFiddle - React, Tailwind, and code Playground

by Rodrigo Portillo

HTML

<input type="search"/>

CSS

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}