JSFiddle - React, Tailwind, and code Playground
by totoromaum
HTML
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<div>
<p>This is a paragraph.</p>
</div>
</body>
</html>
CSS
html {
font-size: 30px;
}
div {
/* font-size: 20px; */
}
p {
/* font-size: 1em; */
}