JSFiddle - React, Tailwind, and code Playground
by kgjanowski
HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Donald's Personal Site</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
asdf
</body>
</html>
CSS
body {
background-color: grey;
}
hr {
border-style: none;
border-top-style: dotted;
border-color: #12947f;
border-width: 4px;
width: 50%;
}