JSFiddle - React, Tailwind, and code Playground
by Ganesh
HTML
<input type="text" class="dropdown" />
CSS
.dropdown::before{
content: " \2193";
top: 0px;
height: 20px;
width: 20px;
}
by Ganesh
<input type="text" class="dropdown" />
.dropdown::before{
content: " \2193";
top: 0px;
height: 20px;
width: 20px;
}