JSFiddle - React, Tailwind, and code Playground
HTML
Type in text (has noXButtonClass)<br /> <input type="textbox" class="noXButton" />
<br />
<br />
Type in text (no noXButtonClass)<br /> <input type="textbox" />
CSS
.noXButton::-ms-clear {
width : 0;
height: 0;
}