Closed
Description
Is your feature request related to a problem? Please describe
Just like this, combining tailwind and styled-components
const StyledDiv = styled.div`
width: 100px;
height: 100px;
background-color: #ccc;
${tw`text-black flex relative`}
`;
Describe the solution you'd like
No response
Additional context
No response