JSFiddle - React, Tailwind, and code Playground
by KatieK
HTML
<h1 style="cursor:pointer; color:Red; background-color:RoyalBlue; ">
Header 1
</h1>
CSS
h1 { font-size: 200%; text-align: center; padding: 1em; }
by KatieK
<h1 style="cursor:pointer; color:Red; background-color:RoyalBlue; ">
Header 1
</h1>
h1 { font-size: 200%; text-align: center; padding: 1em; }