RTL Direction
Taildash (Tailwind dashboard) is Tailwind admin template with supported RTL Direction.
Test RTL Demo from customizer >> Direction >> and click rtl toggle button.
RTL starter template
This is starter template with rtl production files.
<!doctype html>
<html lang="ar" dir="rtl">
<head>
<!-- Title -->
<title>Hello, world!</title>
<!-- Required meta tags -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link rel="icon" href="../src/img/favicon.png">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap" rel="stylesheet">
<!--Styles-->
<link rel="stylesheet" href="dist/css/style.css">
</head>
<body class="font-sans text-base font-normal text-gray-700">
<h1>Hello, world!</h1>
<!--start::Global javascript (used in all pages)-->
<script src="dist/js/scripts.js"></script>
<!--start::Demo javascript ( initialize global javascript )-->
<script src="src/js/demo.js"></script>
<!--start::Insert your vendors and custom javascript in here-->
</body>
</html>