JSFiddle - React, Tailwind, and code Playground
HTML
<div id="centrando">Esto deberĂa ir en el centro porque coloco 50%</div>
CSS
html,body{ margin:0; padding:0; }
#centrando { padding-left: 50%; padding-top: 50%; }
<div id="centrando">Esto deberĂa ir en el centro porque coloco 50%</div>
html,body{ margin:0; padding:0; }
#centrando { padding-left: 50%; padding-top: 50%; }