I want to do this because I get stylized text from "Portable Text to React". However my index.css (global style) which has a css reset, removes all the default styling from elements of the portable text.
How can I exclude the reset.css from this 1 react component (or solve this in another way you know) ? Adding .unset * {all: unset}
or .unset * {all: unset}
class does not create the behaviour I want. It removes all styling instead of re-giving the styling to h1s, spans, lists etc.