JSFiddle - React, Tailwind, and code Playground

by dima_k

HTML

<input type="text" value="Hello text box" />
<br/>
<input type="button" value="Hello button" />

CSS

/* You can select elements by their attributes value. It's pretty cool, 
isn't it? */

input[type="text"] {
    font-size: 1.2em;
}