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;
		}