JSFiddle - React, Tailwind, and code Playground

by mrmamen

HTML

<input type="text"/>
<textarea></textarea>

CSS

input, textarea{
    background-color: #123456;
    border:2px solid;
    border-radius:8px;
}