JSFiddle - React, Tailwind, and code Playground
HTML
<div id="wrap">
<input type="text" value="dropdown"></input>
</div>
CSS
#wrap:after {
content:"v";
position:relative;
margin-right:px;
pointer-events:none;
}
<div id="wrap">
<input type="text" value="dropdown"></input>
</div>
#wrap:after {
content:"v";
position:relative;
margin-right:px;
pointer-events:none;
}