JSFiddle - React, Tailwind, and code Playground

HTML

<div id="myDiv" style="height:10px; margin-bottom:-1px" />
<div>
  outerHeight(true) should be 9 and is: <span id="result"></span>
</div>

JavaScript

$("#result").text($("#myDiv").outerHeight(true));