JSFiddle - React, Tailwind, and code Playground
by badfreja
HTML
<div class="test">Some text here</divdiv>
CSS
.test {
width: 200px;
font-size: 4vw;
}
by badfreja
<div class="test">Some text here</divdiv>
.test {
width: 200px;
font-size: 4vw;
}