JSFiddle - React, Tailwind, and code Playground

by KevinIsNowOnline

HTML

<!--[if IE]>
<style type="text/css">
input {
  border: none;
  margin: 5px;
  padding-right: 0px;
}
.wrapper {
    border: 1px #aaa inset;
}
.spacer{
    margin-left: 20px;
}
</style>
<![endif]-->


<span class='wrapper'>
    <input type="text" />
    <span class='spacer'></span>
</span>

CSS

input {
  padding-right: 20px;
}
 
input[type="text"]::-ms-clear {
    display: none;
    
   
}