WGKOIHMDRGXLPCDAS6SA673OXYEAQI2IEE6RX777RO7BA64VXDGAC
export default function Search() {
return (
<div className="container mx-auto mt-10">
<legend className="text-6xl mb-20">WoW Progression Stats</legend>
<input type="text"
className="text-2xl w-full bg-transparent border-b border-grey-200 focus:ring-2 focus:outline-none focus:ring-gray-300"
autoFocus
placeholder="Paste a link to WarcraftLogs, Raider.io, Wowprogress, or the WoW Armory." />
</div>
)
}