JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text">
<button type="submit">
<img src='https://aca5.accela.com/bcc/app_themes/Default/assets/gsearch_disabled.png'/>
</button>
CSS
input[type="text"] {
width: 200px;
height: 28px;
padding-right: 50px;
}
[type="submit"] {
margin-left: -60px;
height: 25px;
width: 50px;
background:none;
text-align:center;
color: white;
border: 0;
-webkit-appearance: none;
}