JSFiddle - React, Tailwind, and code Playground
by kunalvashist
HTML
<div class="posfix">asd</div>
<input type="text" name="textblock"/>
CSS
.posfix{
position:fixed;
top:25px;
left:0px;
width:400px;
background-color:red;
height:100px;
}