JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" placeholder="Email" class="c_message">

CSS

.c_message {
    width: 273px;
    color: #000000;
    font-size: 14px;
    padding: 0 0 105px 15px;
}