JSFiddle - React, Tailwind, and code Playground

HTML

<input type="url" value="http://" readonly />
<input type="text" />

CSS

input[type=url] {
    width: 40px;
}