JSFiddle - React, Tailwind, and code Playground

by criptkiller

HTML

<div>
<input type="text" value="nice and ease..." />
</div>

CSS

div {
 border:1px solid red;
 width:150px;
   height:150px; 
   position:absolute;
    top:100px;
    left:100px;
}
input {
    font-size:12px;
    padding-left:20px;
    padding-right:20px;
}