JSFiddle - React, Tailwind, and code Playground
by 규연 황
HTML
<link rel="icon" href="">
CSS
:root {
color: blue;
}
html {
color: red;
font-size: 30px;
}
by 규연 황
<link rel="icon" href="">
:root {
color: blue;
}
html {
color: red;
font-size: 30px;
}