JSFiddle - React, Tailwind, and code Playground
by artwl
HTML
<div class="container">
<input type="button" value="GO"/>
<pre class="code">
CSS:
input[type="button"] {
padding:10px;
font-size:20px;
font-weight:bold;
color:green;
}
</pre>
</div>
CSS
input[type="button"] {
padding:10px;
font-size:20px;
font-weight:bold;
color:green;
}
.code{
background-color:#EEE;
padding:10px;
border-radius:5px;
font-size:20px;
font-weight:bold;
color:green;
}