JSFiddle - React, Tailwind, and code Playground

HTML

<div class="bloc" style="height:200px;">bloc 1</div>

<div class="bloc" style="height:170px;">bloc 2</div>

CSS

div {
  float:left;
  background:red;
  margin:10px;
  width:80px;
}

/* Je veux récupérer la hauteur des blocs existantes, et ajouer "x" px */
.bloc {height:calc(100% + 20px)!important;}

JavaScript

//                                                       Marche pas :(   ====>