I ran into this error while trying to create an email with react email.
[Error: You are trying to use the following Tailwind classes that cannot be inlined: space-y-3 space-y-2.
For the media queries to work properly on rendering, they need to be added into a <style> tag inside of a tag,
the Tailwind component tried finding a element but just wasn't able to find it.
Make sure that you have a element at some point inside of the component at any depth.
This can also be our component.
If you do already have a element at some depth]