JSFiddle - React, Tailwind, and code Playground

HTML

<html>
<body>
    <div style = "border :1px solid black; height : 100px; width : 80px; float : left">1</div>
    <div>
       <div style = "border :1px solid black; height : 60px; width : 80px; float : left">2</div>
       <div style = "border :1px solid black; height : 40px; width : 80px;">3</div>
    </div>
    <input type = "button" value = "Button1" ></input>
    <input type = "button" value = "Button2" ></input>
</body>
</html>