Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

javascript replace class tailwindcss

<form>
  <input class="bg-gray-200 hover:bg-white hover:border-gray-300 focus:outline-none focus:bg-white focus:shadow-outline focus:border-gray-300 ...">
  <button class="bg-teal-900 hover:bg-teal-600 focus:outline-none focus:shadow-outline ...">
    Sign Up
  </button>
</form>
Comment

javascript replace class tailwindcss

<form>
  <input class="bg-gray-200 hover:bg-white hover:border-gray-300 focus:outline-none focus:bg-white focus:shadow-outline focus:border-gray-300 ...">
  <button class="bg-green-500 hover:bg-teal-600 focus:outline-none focus:shadow-outline ...">
    Sign Up
  </button>
</form>
Comment

PREVIOUS NEXT
Code Example
Javascript :: change one element in array javascript 
Javascript :: how to read if a person has send a message on discord.js 
Javascript :: how-to-close-current-tab-in-a-browser-window 
Javascript :: automated email sending using node js server 
Javascript :: javascript sucks 
Javascript :: find element vs find elements in selenium 
Javascript :: Dynamically load JS inside JS 
Javascript :: set route on button in angular 
Javascript :: set twig variable from javascript 
Javascript :: javascript map callback function 
Javascript :: How to put anything as log in console 
Javascript :: share data between livewire and alpine js 
Javascript :: call function add parameter javascript 
Javascript :: how to loop elements in javascript for of loop 
Javascript :: what is the use of consrtructors in reactjs 
Javascript :: js arrotondare superiore numero 
Python :: minecraft 
Python :: pandas iterrows tqdm 
Python :: draw a single pixel using pygame 
Python :: how to change the scale of a picture in pygame 
Python :: change name of pygame window 
Python :: '.join([chr((ord(flag[i]) &lt;&lt; 8) + ord(flag[i + 1])) for i in range(0, len(flag), 2)]) 
Python :: Colorcodes Discord.py 
Python :: python sigmoid function 
Python :: get stats from array python 
Python :: bold text variable in python 
Python :: split data validation python 
Python :: create dictionary python from two lists 
Python :: renaming headers pandasd 
Python :: python rotate screen 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =