In my React app, I like to write CSS style within a style tag of a given TSX component. Is there a way to achieve syntax highlighting for CSS within this context?
Cur