JSFiddle - React, Tailwind, and code Playground

HTML

<body>
    <form>
        <textarea placeholder="some default text">
        </textarea>
        <button>Hello button</button>
    </form>
</body>

CSS

button, textarea, input {
    -webkit-appearence: none;
    -moz-appearence: none;
}