JSFiddle - React, Tailwind, and code Playground

by stuttufu

HTML

<input type="text">

CSS

input{
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
}