Fun with React and Styled Components
1 min readJan 4, 2021
--
I need to make a React component that enables users to create tags on their profile. It’s for a React project of mine, still a work in progress.
So I went looking to see if anyone had already created such a component. I did find this component on CodePen by Fabio here is a link to his pen
I decided instead of Willy Nilly cutting and pasting into my project, I would instead…