JSFiddle - React, Tailwind, and code Playground
by lottikarotti
HTML
<div>
<input type="text" />
<a href="#">v</a>
</div>
CSS
body {
font-family: arial ;
}
div {
padding: 0.313em 0.313em 0 0.313em ;
width: 70% ;
text-align: center ;
background-color: #eaeaea ;
}
div a {
display: block ;
content: "v" ;
left: 0 ;
color: #fff ;
background-color: #333 ;
}