For didactic reasons, I would like to define a different color for each of the inputs in my shiny app. Let's say 3 sliderInput.
What are my options? Include individual sliderInput into a tags$div with a style="color=something"? Define class and entry in my css? Use some packages?