Which background candidates can source detection see in full?

from Tailwind CSS
Tailwind CSS 4.3.3 beginner 2 min

Which background candidates can source detection see in full?

JavaScript
const toneClasses = {
  danger: 'bg-red-600',
  safe: 'bg-green-600',
};

const dynamicClass = `bg-${tone}-600`;
Open in playground
Report an error