JSFiddle - React, Tailwind, and code Playground
HTML
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
<script src="sketch.js"></script>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
Hello! Cindy!
what do you like to do?
</body>
</html>
CSS
body{
color:blue;
}