Windframe
Build Tailwind UIs that actually look good!
.jpg)
The text-right class aligns text to the right.
The text-right class aligns text to the right.
<div class="p-5 font-bold bg-gray-100 rounded-t-md"> <h3 class="text-gray-500">text-right</h3> <p class=" text-gray-700 text-right"> Tasha's fingers hovered over the keyboard, her heart racing as she stared at the login screen for TechnoFlux, the cutting-edge platform her boss had raved about for weeks. It promised to streamline data analysis, but to Tasha, it looked like a labyrinth of buttons, graphs, and drop-down menus. </p></div>Tasha's fingers hovered over the keyboard, her heart racing as she stared at the login screen for TechnoFlux, the cutting-edge platform her boss had raved about for weeks. It promised to streamline data analysis, but to Tasha, it looked like a labyrinth of buttons, graphs, and drop-down menus.
Add the Text-right class directly to your HTML element:
<div class="Text-right"> <!-- Your content here --></div>Use Tailwind's responsive prefixes to apply Text-right at specific breakpoints:
<div class="sm:Text-right md:Text-right lg:Text-right"> Responsive element</div>sm:Text-right — applies from 640px and upmd:Text-right — applies from 768px and uplg:Text-right — applies from 1024px and upYou can extend or override this utility in your tailwind.config.js. See the Tailwind CSS documentation for details on customizing your theme.
Windframe is an AI visual editor for rapidly building stunning web UIs & websites
