JSFiddle - React, Tailwind, and code Playground

HTML

<input class="form-control" value="Hello World" />

CSS

.form-control:before, .form-control::before {
    content: "";
    background: #FF0000;
    display: block;
    position: relative;
    width: 10px;
    height: 10px;
}