JSFiddle - React, Tailwind, and code Playground
HTML
<div class="big"></div>
<div class="small"></div>
<input class="body" type="text"/>
CSS
.body{
position:absolute;
background:white;
width:185px;
height:25px;
border-radius:5px;
boder: 0px;
left:12px;
top:15px;
box-shadow:
1px 1px 0px 0px #a7bdc7,
}