Newer
Older
import React from "react";
import { SearchIcon } from "@heroicons/react/outline";
return (
<div className="relative">
<input
className="w-52 h-12 text-base font-semibold outline-none dark:text-white px-3 pr-10 rounded-2xl bg-dark-700"
placeholder="Search"
type="text"