JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

HTML

<input type="search">

CSS

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none; 
	width: 20px; 
	height: 20px;
	background: url(https://dummyimage.com/20x20/ffffff/7b00ff.png&text=X);}