JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" />
<input type="text" class="t" />
<input type="password" class="pwd" />
<input type="button" value="OK" />
CSS
input { display: block; margin: 5px }
.t::-ms-clear { display: none; }
::-ms-reveal { display: none; }