'React Map in functional component Issue [closed]

https://codesandbox.io/s/simple-line-chart-forked-h39zlx?file=/src/App.tsx

how to use react map for below link , line number 31 in App.tsx ?

 const Tabs = [
      {
        tabname: "tab2"
      },
      {
        tabname: "tab3"
      },
      {
        tabname: "tab4"
      }
    ];
<a to="" className={`tab ${active === "tab2" ? "active" : ""}`} onClick={() => setActive("tab2")}>
Align & Ratio
</a>


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source