I'm currently working on a project with styled-component, which was recommended by someone. I kinda like it but I still prefer Tailwindcss.
I'll be waiting for your next post, maybe I'll like it more 🙂
P.S I'll like to be sure if it's styles to be imported or styled?
import styles from "styled-component"
Shimbarks
Thanks for the article!
I believe you meant
justify-contentand notjustify-items:export const Wrapper = styled.div` display: flex; justify-items: center; align-items: center; margin-top: 1rem; `;