JSFiddle - React, Tailwind, and code Playground

by ChrisStanyon

HTML

<input type="text" name="search" placeholder="Do your searching ...">

CSS

input[name='search'] {
  border: 1px solid grey;
  height: 22px;
  padding-left: 25px;
  background: url('https://via.placeholder.com/16/aa0000/ffffff/?text=X') 3px 4px no-repeat;
}