JSFiddle - React, Tailwind, and code Playground

HTML

<input type="text" value="Hello World" />

CSS

html, body, input {
    font-family: Tahoma;
}