JSFiddle - React, Tailwind, and code Playground
HTML
<input type="text" value="Hello World" />
CSS
html, body, input {
font-family: Tahoma;
}
<input type="text" value="Hello World" />
html, body, input {
font-family: Tahoma;
}