JSFiddle - React, Tailwind, and code Playground
by SpiceLab
HTML
<form class="search">
<input type="search" />
</form>
CSS
.search {
position: absolute;
top: 1em;
right: 1em;
display: block;
}
.search fieldset {
border: 0;
}
input[type=search] {
-moz-appearance:none;
-webkit-appearance: none;
appearance: none;
display: block;
height: 1.5em;
width: 5em;
}