Specify the Technology
When asking for styling, testing, or tooling changes, name the specific framework or library. 'Add styles' is vague. 'Add Tailwind CSS classes' tells Claude exactly what tool to use.
Where you'll practice this
One Promptles scenario teaches this principle directly.
The Styled Button
You have a React component in `Button.tsx` that renders a plain HTML button. The design team wants it updated with Tailwind CSS classes to match the design system: a blue background (`bg-blue-500`), white text, rounded corners, and padding. It should also have a hover state…