გაცენტვრა - Search

PHOTO EMBED

Sun Aug 27 2023 21:14:36 GMT+0000 (Coordinated Universal Time)

Saved by @AC3AK1 #javascript

 <form className="flex items-center space-x-5 bg-white rounded-md p-2 shadow-md flex-1 md:flex-initial">
          <MagnifyingGlassIcon className="h-6 w-6 text-gray-400" />
          <input
            type="text"
            placeholder="search"
            className="flex-1 outline-none p-2"
          />
          <button type="submit">Search</button>
        </form>
content_copyCOPY