Smruti Ranjan Ranasmrutiranjanrana.hashnode.dev·Apr 10, 2024Styling React Components: styled-components + twin.macro (Tailwind CSS 2.0)There are lots of ways to style a react component. But there are two ways which are quite popular among React Developers. One is the use of Utility-first CSS frameworks like Tailwind CSS and another one is the CSS-in-JS libraries like styled-componen...89 readsReact