JSFiddle - React, Tailwind, and code Playground

HTML

Text: <input type="text" />
<br />
Numbers: <input type="number" />

CSS

body
{
    font-family: sans-serif;
}