JSFiddle - React, Tailwind, and code Playground

HTML

<br><br>
<div>DIV</div><br>
<a>LINK</a><br>
<span>SPAN</span><br>
<b>B B B B </b><br>
<i> I I  I</i><br>
<p>P P P P</p><br>
<tr>TR</tr><br>
<td>TD</td><br>
<th>TH</th><br>
<table>TABLE </table><br>
<h1>H1</h1><br>
<h2>H2</h2><br>
<h3>R3</h3><br>
<h4>H4</h4><br>
<h5>H5</h5><br>
<input type="button" value="test button">

 
<aside>ASIDE</aside><br>
 
 <body>BODY</body><br>
 
 <canvas>CANVAS</canvas><br>
 <center>CENTER</center><br>
 <code>CODE</code><br>
 
<colgroup>COLGROUP</colgroup><br>
 
 
<dialog>DIALOG</dialog><br>
 
 <fieldset>FIELSET</fieldset><br>
 
 <figure>FIGURE</figure><br>
 <font>FONT</font><br>
 <footer>FOOTER</footer><br>
 
 <header>HEADER</header><br>
 
 <html>HTML</html><br>
 
<iframe>IFRAME</iframe><br>
 
<label>LABEL</label><br>
<legend>LEGEND</legend><br>
<li>LI</li><br>
<main>MAIN</main><br>
<nav>NAV</nav><br>
<optgroup>OPTGROUP</optgroup><br>



<section>SECTION</section><br>
<select>SELECT</select><br>

<strong>STRONG</strong><br>
 
 <tbody>TBODY</tbody><br>
 
 <textarea>TEXTAREA</textarea><br>
 <tfoot>TFOOT</tfoot><br>
 
 <thead>THEAD</thead><br>
 
 <title>TITEL</title><br>

CSS

div,a,span,b,i,p,tr,td,th,table,h1,h2,h3,h4,h5,input,aside,fieldset,figure,body,font,footer,header,canvas,html,iframe,label,legend,li,center,main,nav,optgroup,textarea,code,section,select,strong,tbody,colgroup,tfoot,thead,dialog,title
{
  color:red;
  transform:rotateX(170deg);
}