JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" id="input1">

CSS

#input1 {
    position: absolute;
    width:200px;
    height:40px;
    font-size:24px;
    left: 100px;
    -webkit-transform: matrix(1, 0, 0, 1, -100, 0);
}