JSFiddle - React, Tailwind, and code Playground

HTML

<!DOCTYPE html>
<html>
 <head>
    <link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.css" />
    <script src="http://code.jquery.com/jquery-1.7.1.min.js"></script><script src="http://code.jquery.com/mobile/1.1.0-rc.1/jquery.mobile-1.1.0-rc.1.min.js"></script>
</head>
<body>
 <input type="search" placeholder="validate something"/>
 <a style="position: absolute; left: 0; top: -3px; border: none" data-shadow="false" href="" data-role="button" data-icon="check" data-iconpos="notext" >go</a>
 <input type="search" placeholder="search something"/>
</body>
</html>