const content = (
    <label className="cfg">
        <span className="label">Select a number of counters: 0</span>
        <input type="range" min="0" max="10" defaultValue="1" />
    </label>
);

<Card content={content} title="Une valeur à saisir !" />