tailwind-rs 0.2.0

Tailwind translater for html and more
Documentation

<html lang="en">
<head>
    <meta charset="UTF-8"></meta>
    <link rel="icon" href="https://upload.wikimedia.org/wikipedia/commons/d/d5/Tailwind_CSS_Logo.svg"></link>
    <meta name="viewport" content="width=device-width, initial-scale=1.0"></meta>
    <title>Background tests</title>
</head>
<body>
<!-- https://tailwindcss.com/docs/background-attachment -->
<div style="background-attachment:fixed;"></div>
<div style="background-attachment:local;"></div>
<div style="background-attachment:scroll;"></div>
<div style="background-attachment:scroll;"></div>
<div style="background-attachment:unset;"></div>
<div style="background-attachment:unset;"></div>
<!-- https://tailwindcss.com/docs/background-clip -->
<div style="background-clip:border-box;"></div>
<div style="background-clip:padding-box;"></div>
<div style="background-clip:content-box;"></div>
<div style="background-clip:text;"></div>
<div style="background-clip:border-box;"></div>
<div style="background-clip:unset;"></div>
<div style="background-clip:unset;"></div>
<!--https://tailwindcss.com/docs/background-color-->

<!-- https://tailwindcss.com/docs/background-origin -->
<div style="background-origin:border-box;"></div>
<div style="background-origin:padding-box;"></div>
<div style="background-origin:content-box;"></div>
<div style="background-origin:border-box;"></div>
<div style="background-origin:unset;"></div>
<div style="background-origin:unset;"></div>
<!-- https://tailwindcss.com/docs/background-position -->

<!-- https://tailwindcss.com/docs/background-repeat -->
<div style="background-repeat:repeat;"></div>
<div style="background-repeat:no-repeat;"></div>
<div style="background-repeat:no-repeat;"></div>
<div style="background-repeat:repeat-x;"></div>
<div style="background-repeat:repeat-y;"></div>
<div style="background-repeat:repeat;"></div>
<div style="background-repeat:repeat-x;"></div>
<div style="background-repeat:round;"></div>
<div style="background-repeat:space;"></div>
<div style="background-repeat:unset;"></div>
<div style="background-repeat:unset;"></div>
</body>
</html>