JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" placeholder='Обязуюсь изучать теорию'><button>ОК!</button>

CSS

input {
    padding: 10px;
    border: 3px solid #5bbd9c;
    width: 180px;
    font-size: 12px;
}

button {
    font-size: 12px;
    padding: 12px;
    border: none;
    background: #5bbd9c;
    color: white;
}