JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<span style="color:red">Change the color to red</span><br>
<span style="background-color:#add8e6">Blue background</span><br>
<span style="font-style: italic;">Italic text</span><br>
<span style="font-weight: bold;">Bold text</span><br>
<span style="font-size: 200%;">Big size text</span><br>
<span style="text-decoration: underline">Underlined text</span><br>
<span style="text-decoration: line-through;">Strikethrough text</span><br>