JSFiddle - React, Tailwind, and code Playground

HTML

<html>
    <body>
<div style="float:left;border:1px solid #000000; min-height:500px; position:relative;">
  <div style="float:left;background-color:red;width:600px; height:300px; position:relative; margin-top:250px;margin-right:200px;">
    Some Content
  </div>
</div>
</body>
</html>