JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0/jquery.mobile-1.1.0.min.css">
<div style="width:200px">
    <input type="search" name="search" id="searc-basic" style="width:100px" value="" />
</div>

CSS

.ui-icon-searchfield::after {
    left: 173px !important;
}