What is the Tailwind equivalent of tilde (~)?
Unanswered
Raymond posted this in #help-forum
RaymondOP
Specifically this styled component. I want to convert it into
<div className="???">...</div>const Clone = styled.div`
~ div {
transform: none !important;
}
`