JSFiddle - React, Tailwind, and code Playground

by 규연 황

HTML

<link rel="icon" href="">

CSS

:root {
  color: blue;
}
html {
  color: red;
  font-size: 30px;
}