JSFiddle - React, Tailwind, and code Playground

by josekerekes

HTML

<div class="box">
  hello
</div>

CSS

.box {
  background:#66b2ff;
  color:#fff;
  padding-left:calc(10px + (35 - 10) * ((100vw - 320px) / (1055 - 320))); 
}