JSFiddle - React, Tailwind, and code Playground
HTML
<div class="wrapper">
<div class="handle"></div>
</div>
CSS
.wrapper {
background: grey;
width: 400px;
}
.handle {
background: red;
height: 50px;
margin-left: 50%;
width: 50px;
}
<div class="wrapper">
<div class="handle"></div>
</div>
.wrapper {
background: grey;
width: 400px;
}
.handle {
background: red;
height: 50px;
margin-left: 50%;
width: 50px;
}