JSFiddle - React, Tailwind, and code Playground
by luka kupunia
HTML
<fildset>
<label for="name">NAME</label>
<input type="text" name="name" id="name">
</fildset>
<svg xmlns="http://www.w3.org/2000/svg" width="89.572" height="107.48" viewBox="0 0 89.572 107.48">
<path id="Path_5926" data-name="Path 5926" d="M44.786,0C17.916,0,0,9.164,0,9.164V62.927C0,89.565,44.786,107.48,44.786,107.48S89.572,89.565,89.572,62.927V9.164S71.656,0,44.786,0ZM85.095,62.184c0,24.433-40.309,40.856-40.309,40.856S4.5,86.617,4.5,62.184V13.439S20.6,4.5,44.786,4.5s40.309,8.954,40.309,8.954Z" fill="#0b192e"/>
</svg>
CSS
body {
margin: 50px;
}
/* label {
padding: 0 10px;
position: absolute;
background: white;
left:70px;
top:43px;
}
input {
padding: 10px 0;
} */