JSFiddle - React, Tailwind, and code Playground
HTML
<div id="id2"><div id="id1">Bonjour</div></div>
CSS
#id1 { transform-origin: 0 0; transform: scale(10000); width:33554428px; height: 33554428px; background:#AA00AA;}
#id2 {transform-origin: 0 0; transform: scale(0.0001); width: 33554428px; height: 33554428px; background:#00AA00; }