JSFiddle - React, Tailwind, and code Playground
HTML
<h1>456465</h1>
CSS
html {
font-size: calc(16px + (18 - 16) * ((100vw - 1080px) / (1920 - 1080)));
}
h1{
font-size:2.5rem;
}
<h1>456465</h1>
html {
font-size: calc(16px + (18 - 16) * ((100vw - 1080px) / (1920 - 1080)));
}
h1{
font-size:2.5rem;
}