Making a simple accordion using hooks and static local data to map over with.

;

React Icons

react icons

npm install react-icons --save
import { FaHome } from "react-icons/fa";
const Component = () => {
  return <FaHome className="icon"></FaHome>;
};