html 

<input type="search" value="Example">
Copy the code

css

input[type="search"]::-webkit-search-cancel-button {

  /* Remove default */
  -webkit-appearance: none;
}
Copy the code