Caelin Sutch That's amazing, another question that popped up is React/Vue kind of applications, they often use dynamic classes and id's build runtime, is that something you experiences already?
I mean for instance the price div would look like this in a runtime build app:
<span id="price_#1221">$34</span> where the ID would change all the time, and a class would not be needed since it is a styled component.