JSFiddle - React, Tailwind, and code Playground

by Akash Sharma

HTML

<div style="width: 300px; height: 200px; background-color: red; ">
    <div style="display: inline-block; width: 100px; height: 200px; background-color: lightblue;">
    </div>
    <div style="display: inline-block;position:fixed; width: 200px; height: 200px; background-color: green;">
          <input type='submit' value='Details'/>
    </div>
</div>