Expression JSX avec littéraux de modèle JS

<div>
  {`Random value is: ${Math.random()}`}
</div>
Puzzled Puffin