JSFiddle - React, Tailwind, and code Playground

by Zevan

HTML

This is some text <mark>check out the mark element</mark>

<figure>
    <img src="http://www.freepatentsonline.com/6837514-0-display.jpg" />
    <figcaption>hi there</figcaption>
</figure>

<nothing>blue</nothing>

CSS

mark{
 background : #aaaaCC;   
}
figure{
  border : 1px solid gray;  
  padding : 2px; 
}
nothing{
 background : red;   
}