CSS Transformation lag [closed]

I am making a game where you follow the arrows by clicking on them. I am planning on placing them in the DOM through pure JS and I’m going to add a transformation to each one through the style attribute.

My question is, would it be to laggy to rotate each arrow with this method (there will be at most 80 arrows)? And if so, is there another solution in pure JS and CSS?