0
I have a component called <PDFDownloadLink>
I need to change the child <a>
that he owns.
With syntax css I would do something like:
PDFDownloadLink a {
}
How could do the similar with js?
My styles are currently created with:
const styles = StyleSheet.create({
PDFDownloadLink : {
...
}