Using the Spread Operator in querySelector how to prevent specific elements in react? – Javascript
Here I create a Spread Operator with the query selector and want to colour all elements white except the tag, in h1 I want to apply another colour, so here I also applied white colour in h1, so how do…