JSFiddle - React, Tailwind, and code Playground
by bernie1227
HTML
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<hr></hr>
</body>
</html>
CSS
hr
{
transform:rotate(5deg);
-ms-transform:rotate(5deg);
-moz-transform:rotate(5deg);
-webkit-transform:rotate(5deg);
-o-transform:rotate(5deg);
}