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>Border tests</title>
</head>
<body>
<!-- https://tailwindcss.com/docs/border-radius -->
<div style="border-radius:Unit(0.0, "px");"></div>
<div style="border-radius:Unit(0.25, "rem");"></div>
<!-- https://tailwindcss.com/docs/outline-width -->
<div style="outline-width:0px;"></div>
<div style="outline-width:0px;"></div>
<div style="outline-width:1px;"></div>
<div style="outline-width:1px;"></div>
<div style="outline-width:1px;"></div>
<div style="outline-width:1rem;"></div>
<div style="outline-width:1rem;"></div>
<div style="outline-width:1rem;"></div>
<div style="outline-width:unset;"></div>
<div style="outline-width:unset;"></div>
<!-- https://tailwindcss.com/docs/outline-color -->
<div style="outline-color:inherit;"></div>
<div style="outline-color:currentColor;"></div>
<div style="outline-color:transparent;"></div>
<div style="outline-color:rgba(0, 0, 0, 1);"></div>
<div style="outline-color:rgba(255, 255, 255, 1);"></div>
<div style="outline-color:rgba(255, 255, 255, 1);"></div>
<div style="outline-color:rgba(255, 255, 255, 1);"></div>
<div style="outline-color:rgba(255, 255, 255, 1);"></div>
<div style="outline-color:rgba(248, 250, 252, 1);"></div>
<div style="outline-color:rgba(241, 245, 249, 1);"></div>
<div style="outline-color:unset;"></div>
<div class="outline-color-[unset]"></div>
<div style="outline-color:currentColor;"></div>
<div class="outline-custom-red"></div>
<!-- https://tailwindcss.com/docs/outline-style -->
<div style="outline:2px solid transparent;outline-offset:2px;"></div>
<div style="outline:2px solid transparent;outline-offset:2px;"></div>
<div style="outline-style:solid;"></div>
<div style="outline-style:solid;"></div>
<div style="outline-style:solid;"></div>
<div style="outline-style:dashed;"></div>
<div style="outline-style:dashed;"></div>
<div style="outline-style:unset;"></div>
<!-- https://tailwindcss.com/docs/outline-offset -->
<div style="outline-offset:-0px;"></div>
<div style="outline-offset:-0px;"></div>
<div style="outline-offset:-1px;"></div>
<div style="outline-offset:-1px;"></div>
<div style="outline-offset:1px;"></div>
<div style="outline-offset:1rem;"></div>
<div style="outline-offset:1rem;"></div>
</body>
</html>