JSFiddle - React, Tailwind, and code Playground
HTML
<div id="square"><div id="arrow-inner"></div></div>
CSS
#square {
width: 100px;
height: 100px;
background: red;
}
<div id="square"><div id="arrow-inner"></div></div>
#square {
width: 100px;
height: 100px;
background: red;
}