export default function NotesTab() {
  return (
    <div className="flex flex-col w-full gap-2">
      <div className="flex mx-auto w-[75%] flex-col items-center justify-center text-center">
        <h4 className="med">Where do want to wear this?</h4>
      </div>
    </div>
  );
}
