JSFiddle - React, Tailwind, and code Playground

by artwl

HTML

<a>行内标签a</a>
<input type="text" value="input->text" />
<span>span</span>
<img src="http://www.baidu.com/img/bdlogo.gif" />

CSS

a,input,span,img{
    padding:10px;
    margin:10px;
    font-size:20px;
    background-color:#CCC;
}