classe et identifiant en réaction

To specify a CSS class, use the **className** attribute. This applies to all regular DOM and SVG elements like <div>, <a>, and others.

<div className="Button" />
Good Gannet