BT
Bùi Tuấn
Social Media Profile - Copy this React, Tailwind Component to your project
Create a social media profile page using data from this page: fetch('https://dummyjson.com/users') .then(res => res.json()) .then(console.log);
Prompt

Create a social media profile page using data from this page: fetch('https://dummyjson.com/users') .then(res => res.json()) .then(console.log);