JSFiddle - React, Tailwind, and code Playground
by Imabot
HTML
<h1>Modification de la taille d'un élément HTML</h1>
<div id="size"></div>
CSS
body {background-color: LightGray }
#size {
height: 150px;
max-width: 400px;
background-color: DarkSlateGray;
}