JSFiddle - React, Tailwind, and code Playground

by Karan1412

HTML

<body>
<p><bdo id="rtl" dir="rtl">This is 99CodingExamples.</bdo></p>
<p><bdo id="ltr" dir="ltr">This is 99CodingExamples.</bdo></p>
</body>

CSS

#rtl
{
color:green;
font-famly:comic sans ms;
font-size:30px;
}
#ltr
{
color:red;
font-famly:comic sans ms;
font-size:30px;
}